lupantech Tonic commited on
Commit
fefa30a
·
verified ·
1 Parent(s): c658352

Fixes 500 error for some users (#1)

Browse files

- Fixes 500 error for some users (df430c1910e08c11c20f0ee925da9a2f6cab1aba)


Co-authored-by: Joseph [open/acc] Pollack <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -700,7 +700,7 @@ def main(args):
700
  #################### Gradio Interface ####################
701
 
702
  # Launch the Gradio app
703
- demo.launch()
704
 
705
 
706
  if __name__ == "__main__":
 
700
  #################### Gradio Interface ####################
701
 
702
  # Launch the Gradio app
703
+ demo.launch(ssr_mode=False)
704
 
705
 
706
  if __name__ == "__main__":