Skip to content

Commit

Permalink
Publish to Hugging Face space
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Oct 17, 2024
1 parent 31bc560 commit 6b151a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ def tts(
btn.click(fn=tts, inputs=[openai_key, text, model, voice, output_file_format, speed], outputs=output_audio,
api_name=False)

app.launch(server_name=server_name)
app.launch()

0 comments on commit 6b151a3

Please sign in to comment.