Spaces:
Runtime error
Runtime error
windszzlang
commited on
Commit
•
013119f
1
Parent(s):
8c4e5b4
Add application file
Browse files
app.py
CHANGED
@@ -73,11 +73,11 @@ with gr.Blocks() as demo:
|
|
73 |
btn.click(fn=tts, inputs=[text, model, voice, output_file_format, speed], outputs=output_audio, api_name=False)
|
74 |
|
75 |
demo.launch(
|
76 |
-
share=True,
|
77 |
-
debug=True,
|
78 |
# server_name="127.0.0.1",
|
79 |
-
server_name="0.0.0.0",
|
80 |
-
server_port=8088
|
81 |
)
|
82 |
|
83 |
# curl --location "http://127.0.0.1:7860/api/tts" \
|
|
|
73 |
btn.click(fn=tts, inputs=[text, model, voice, output_file_format, speed], outputs=output_audio, api_name=False)
|
74 |
|
75 |
demo.launch(
|
76 |
+
# share=True,
|
77 |
+
# debug=True,
|
78 |
# server_name="127.0.0.1",
|
79 |
+
# server_name="0.0.0.0",
|
80 |
+
# server_port=8088
|
81 |
)
|
82 |
|
83 |
# curl --location "http://127.0.0.1:7860/api/tts" \
|