tlong-ds commited on
Commit
1201df5
·
verified ·
1 Parent(s): 1b210f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -447,4 +447,4 @@ with gr.Blocks(fill_height=True, css=css) as demo:
447
  )
448
 
449
  if __name__ == "__main__":
450
- demo.launch()
 
447
  )
448
 
449
  if __name__ == "__main__":
450
+ demo.launch(ssr_mode=False)