pngwn HF Staff commited on
Commit
3a8a774
·
verified ·
1 Parent(s): 08be86e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,4 +39,4 @@ with demo.route("Technical Documentation", "/docs"):
39
 
40
 
41
  if __name__ == "__main__":
42
- demo.launch()
 
39
 
40
 
41
  if __name__ == "__main__":
42
+ demo.launch(ssr_mode=False)