rizavelioglu Tonic commited on
Commit
2bc4e20
·
verified ·
1 Parent(s): e354de8

Fixes 500 error for some users (#2)

Browse files

- Fixes 500 error for some users (c1a43385b3287f06dce02e8851c32a7bf2af8f09)


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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -198,4 +198,4 @@ with gr.Blocks(title="VAE Performance Tester", css=".monospace-text {font-family
198
  )
199
 
200
  if __name__ == "__main__":
201
- demo.launch()
 
198
  )
199
 
200
  if __name__ == "__main__":
201
+ demo.launch(ssr_mode=False)