Spaces:
Running on Zero
Running on Zero
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -549,4 +549,4 @@ if __name__ == "__main__":
|
|
| 549 |
print("📡 MCP endpoint available at: http://localhost:7860/gradio_api/mcp/sse")
|
| 550 |
print("🌐 Web interface available at: http://localhost:7860")
|
| 551 |
|
| 552 |
-
demo.launch(mcp_server=True, show_api=True
|
|
|
|
| 549 |
print("📡 MCP endpoint available at: http://localhost:7860/gradio_api/mcp/sse")
|
| 550 |
print("🌐 Web interface available at: http://localhost:7860")
|
| 551 |
|
| 552 |
+
demo.launch(mcp_server=True, show_api=True)
|