Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
codejedi
/
mcp-client
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
codejedi
commited on
Jun 7
Commit
9f5539e
·
1 Parent(s):
ecffba9
hello
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -22,4 +22,4 @@ demo = gr.Interface(
22
description="Count how many times a letter appears in a word"
23
)
24
25
-
demo.launch(
mcp_server=True
)
22
description="Count how many times a letter appears in a word"
23
)
24
25
+
demo.launch()