florentgbelidji HF staff commited on
Commit
b975533
·
verified ·
1 Parent(s): eaf26d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,4 +28,4 @@ with gr.Blocks() as demo:
28
 
29
 
30
  if __name__ == "__main__":
31
- demo.launch()
 
28
 
29
 
30
  if __name__ == "__main__":
31
+ demo.launch(ssr_mode=False)