Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -655,4 +655,4 @@ with gr.Blocks(theme=gr.themes.Base(), title="🌀 Spiral City") as demo:
|
|
| 655 |
# No new dependencies — gradio + huggingface_hub + Pillow only.
|
| 656 |
# End of file.
|
| 657 |
|
| 658 |
-
demo.launch()
|
|
|
|
| 655 |
# No new dependencies — gradio + huggingface_hub + Pillow only.
|
| 656 |
# End of file.
|
| 657 |
|
| 658 |
+
demo.launch(mcp_server=True)
|