MohamedRashad Tonic commited on
Commit
c99ff8f
·
verified ·
1 Parent(s): 55002dc

Fixes 500 error for some users (#1)

Browse files

- Fixes 500 error for some users (8d11e378e71b646a5b9178ddf946cfb5440a5569)


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

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -591,4 +591,4 @@ with gr.Blocks() as demo:
591
  )
592
 
593
  # Launch the Gradio app
594
- demo.launch()
 
591
  )
592
 
593
  # Launch the Gradio app
594
+ demo.launch(ssr_mode=False)