Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -211,4 +211,4 @@ with gr.Blocks() as demo:
|
|
| 211 |
)
|
| 212 |
|
| 213 |
if __name__ == "__main__":
|
| 214 |
-
demo.queue(max_size=50).launch(css=css, theme=gr.themes.
|
|
|
|
| 211 |
)
|
| 212 |
|
| 213 |
if __name__ == "__main__":
|
| 214 |
+
demo.queue(max_size=50).launch(css=css, theme=gr.themes.Origin(), mcp_server=True, ssr_mode=False, show_error=True)
|