Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ResembleAI
/
Chatterbox
like
577
Running
on
Zero
App
Files
Files
Community
6
Fetching metadata from the HF Docker repository...
fffiloni
commited on
3 days ago
Commit
9a5264f
·
verified
·
1 Parent(s):
bf4bbc3
Turns ON the gradio MCP server mode
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -133,4 +133,4 @@ with gr.Blocks() as demo:
133
outputs=[audio_output],
134
)
135
136
-
demo.launch()
133
outputs=[audio_output],
134
)
135
136
+
demo.launch(
mcp_server=True
)