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/1CfSjcYCpnUCUY1rFGqQ2.png)
app.py
CHANGED
@@ -125,4 +125,4 @@ with gr.Blocks() as demo:
|
|
125 |
|
126 |
if __name__ == "__main__":
|
127 |
#demo.queue(max_size=20, api_open=False)
|
128 |
-
demo.launch(share=True, show_api=False)
|
|
|
125 |
|
126 |
if __name__ == "__main__":
|
127 |
#demo.queue(max_size=20, api_open=False)
|
128 |
+
demo.launch(share=True, show_api=False, ssr_mode = False)
|