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
9e80eb2
·
verified
·
1 Parent(s):
321422d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -25,4 +25,4 @@ demo = gr.Interface(
25
)
26
27
if __name__ == "__main__":
28
-
demo.launch()
25
)
26
27
if __name__ == "__main__":
28
+
demo.launch(
mcp_server=True
)