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...
Turns ON the gradio MCP server mode
#5
by
fffiloni
- opened
3 days ago
base:
refs/heads/main
←
from:
refs/pr/5
Discussion
Files changed
+1
-1
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
)