Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -197,4 +197,4 @@ with gr.Blocks() as app:
|
|
197 |
predict_btn.click(fn=predict, inputs=[text, voice, speed], outputs=[out_audio], api_name=API_NAME)
|
198 |
|
199 |
if __name__ == '__main__':
|
200 |
-
app.queue(api_open=API_OPEN).launch(show_api=API_OPEN, allowed_paths=["/"], server_name="0.0.0.0", server_port=7860, root_path="",ssr_mode=
|
|
|
197 |
predict_btn.click(fn=predict, inputs=[text, voice, speed], outputs=[out_audio], api_name=API_NAME)
|
198 |
|
199 |
if __name__ == '__main__':
|
200 |
+
app.queue(api_open=API_OPEN).launch(show_api=API_OPEN, allowed_paths=["/"], server_name="0.0.0.0", server_port=7860, root_path="",ssr_mode=False)
|