Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Reply2susi
/
demo-app
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Reply2susi
commited on
Aug 23, 2025
Commit
461d1f9
·
verified
·
1 Parent(s):
5b5ed2c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -34,4 +34,4 @@ demo = gr.Interface(
34
35
# Launch the interface and MCP server
36
if __name__ == "__main__":
37
-
demo.launch()
34
35
# Launch the interface and MCP server
36
if __name__ == "__main__":
37
+
demo.launch(
mcp_server=True
)