Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Manavraj
/
Troubleshoot_MCP
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Manavraj
commited on
Jun 4
Commit
aefe31c
·
verified
·
1 Parent(s):
25e0e45
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -66,4 +66,4 @@ demo = gr.Interface(
66
67
# Launch with MCP server enabled
68
if __name__ == "__main__":
69
-
demo.launch(
mcp_server=True
)
66
67
# Launch with MCP server enabled
68
if __name__ == "__main__":
69
+
demo.launch()