fixes 500 error experienced by some users
Browse files%3C!-- HTML_TAG_END -->
app.py
CHANGED
|
@@ -148,4 +148,4 @@ with gr.Blocks() as demo:
|
|
| 148 |
outputs=[inpaint_output])
|
| 149 |
|
| 150 |
if __name__ == "__main__":
|
| 151 |
-
demo.launch(share=True, debug=True)
|
|
|
|
| 148 |
outputs=[inpaint_output])
|
| 149 |
|
| 150 |
if __name__ == "__main__":
|
| 151 |
+
demo.launch(share=True, debug=True, ssr_mode=False)
|