fffiloni commited on
Commit
26ca839
·
verified ·
1 Parent(s): e2c0511

Disable gradio SSR mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -222,4 +222,4 @@ def gradio_interface():
222
 
223
  # Launch the Gradio app
224
  app = gradio_interface()
225
- app.launch(show_api=False, show_error=True)
 
222
 
223
  # Launch the Gradio app
224
  app = gradio_interface()
225
+ app.launch(show_api=False, show_error=True, ssr_mode=False)