akhaliq HF staff commited on
Commit
8c87ef1
1 Parent(s): 82951fd

update ssr model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,6 +219,6 @@ with gr.Blocks(fill_height=True) as demo:
219
  """)
220
 
221
 
222
- demo.launch()
223
 
224
 
 
219
  """)
220
 
221
 
222
+ demo.launch(ssr_mode=False)
223
 
224