Kohaku-Blueleaf commited on
Commit
296df1e
·
1 Parent(s): acdfa39
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -405,4 +405,4 @@ with gr.Blocks(css="footer {display: none !important}") as demo:
405
  )
406
 
407
  if __name__ == "__main__":
408
- demo.launch()
 
405
  )
406
 
407
  if __name__ == "__main__":
408
+ demo.launch(ssr_mode=False)