fffiloni commited on
Commit
91e39bd
·
verified ·
1 Parent(s): b094879

Disable gradio SSR

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -129,6 +129,6 @@ with gr.Blocks(css=css) as demo:
129
  outputs = [video_result]
130
  )
131
 
132
- demo.queue().launch(show_api=False, show_error=True)
133
 
134
 
 
129
  outputs = [video_result]
130
  )
131
 
132
+ demo.queue().launch(ssr_mode=False, show_api=False, show_error=True)
133
 
134