alexnasa commited on
Commit
ccb577d
·
1 Parent(s): cb61572

turn off ssr mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,5 +242,5 @@ with demo:
242
  # ------------------------------------------------------------------
243
  demo.queue()
244
 
245
- demo.launch(share=True)
246
 
 
242
  # ------------------------------------------------------------------
243
  demo.queue()
244
 
245
+ demo.launch(share=True, ssr_mode=False)
246