Spaces:
Running
on
Zero
Running
on
Zero
fixes 500 error for some users
Browse files![image.png](https://cdn-uploads.huggingface.co/production/uploads/62a3bb1cd0d8c2c2169f0b88/Z85o06uctpjnRrF4J10go.png)
app.py
CHANGED
@@ -240,4 +240,4 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
240 |
outputs = [vid_output_res, output_video, masked_output]
|
241 |
)
|
242 |
|
243 |
-
demo.queue().launch(show_api=False, show_error=True)
|
|
|
240 |
outputs = [vid_output_res, output_video, masked_output]
|
241 |
)
|
242 |
|
243 |
+
demo.queue().launch(show_api=False, ssr_mode=False, show_error=True)
|