Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
play7284
/
web
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
play7284
commited on
Oct 30, 2025
Commit
38c787a
·
verified
·
1 Parent(s):
117637e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -170,4 +170,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
170
171
if __name__ == "__main__":
172
# 启动 Gradio 应用
173
-
demo
.launch(mcp_server=True)
170
171
if __name__ == "__main__":
172
# 启动 Gradio 应用
173
+
app
.launch(mcp_server=True)