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/kVsp0vt-T6jLkcbZUPGsO.png)
app.py
CHANGED
@@ -103,4 +103,4 @@ with gr.Blocks(css=css) as demo:
|
|
103 |
outputs=[output_edit]
|
104 |
)
|
105 |
if __name__ == "__main__":
|
106 |
-
demo.launch(share=True)
|
|
|
103 |
outputs=[output_edit]
|
104 |
)
|
105 |
if __name__ == "__main__":
|
106 |
+
demo.launch(share=True, ssr_mode = False)
|