Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Shyamchandar
/
AI_Visual_Test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
leninqwerty03@gmail.com
commited on
Oct 1, 2025
Commit
f25e5b7
·
1 Parent(s):
212b9db
Added MCP_Server=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -65,4 +65,4 @@ with gr.Blocks() as demo:
65
66
67
if __name__ == "__main__":
68
-
demo.launch()
65
66
67
if __name__ == "__main__":
68
+
demo.launch(
mcp_server=True
)