Tonic commited on
Commit
aa6b4e4
Β·
verified Β·
1 Parent(s): fb44be0

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 = True)