Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Nymbo
/
Fetch
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Nymbo
commited on
1 day ago
Commit
8004d01
·
verified
·
1 Parent(s):
e7c6d66
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -59,4 +59,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
59
)
60
61
# Launch the app
62
-
demo.launch()
59
)
60
61
# Launch the app
62
+
demo.launch(
mcp_server=True
)