nam194 commited on
Commit
09fc24d
·
verified ·
1 Parent(s): cae71d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,5 +110,5 @@ with gr.Blocks(analytics_enabled=False) as demo:
110
  outputs=[output_audio, out_text_gr],
111
  )
112
 
113
- demo.launch()
114
  # demo.launch(debug=True, show_api=True, share=True)
 
110
  outputs=[output_audio, out_text_gr],
111
  )
112
 
113
+ demo.launch(ssr=False)
114
  # demo.launch(debug=True, show_api=True, share=True)