Solves 500 error for some users

#1
by Tonic - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -826,4 +826,4 @@ with gr.Blocks(title="SAM2 Video (Transformers) - Interactive Segmentation", the
826
  )
827
 
828
 
829
- demo.queue(api_open=False).launch()
 
826
  )
827
 
828
 
829
+ demo.queue(api_open=False).launch(ssr_mode=False)