Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -196,4 +196,4 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 196 |
outputs=[input_image]
|
| 197 |
)
|
| 198 |
|
| 199 |
-
demo.launch(
|
|
|
|
| 196 |
outputs=[input_image]
|
| 197 |
)
|
| 198 |
|
| 199 |
+
demo.launch(mcp_server=True, ssr_mode=False, show_error=True)
|