Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
deepak191z
/
mcp2
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
deepak191z
commited on
Jun 11
Commit
f69295f
·
verified
·
1 Parent(s):
ec546a0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ def build_dynamic_interface():
20
21
if __name__ == "__main__":
22
demo = build_dynamic_interface()
23
-
demo.launch(
mcp_server=True
)
20
21
if __name__ == "__main__":
22
demo = build_dynamic_interface()
23
+
demo.launch()