Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
IvanMiao
/
LogosAI
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
IvanMiao
commited on
Jun 9, 2025
Commit
a457094
·
1 Parent(s):
428a945
feat: enable mcp server
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -272,4 +272,4 @@ with gr.Blocks(theme=gr.themes.Monochrome(), css=CUSTOM_CSS) as demo:
272
273
274
if __name__ == "__main__":
275
-
demo.launch()
272
273
274
if __name__ == "__main__":
275
+
demo.launch(
mcp_server=True
)