bezprzesadyco commited on
Commit
c43fc7d
·
verified ·
1 Parent(s): 4639a57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
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)