Tonic commited on
Commit
72a93ab
β€’
1 Parent(s): 8d2421e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -290,4 +290,4 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
290
 
291
  if __name__ == "__main__":
292
  cleanup_old_files()
293
- demo.launch()
 
290
 
291
  if __name__ == "__main__":
292
  cleanup_old_files()
293
+ demo.launch(ssr_mode = False)