Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ResembleAI
/
Chatterbox
like
1.74k
Running
on
Zero
App
Files
Files
Community
23
Fetching metadata from the HF Docker repository...
Turns ON the gradio MCP server mode
#5
by
fffiloni
- opened
May 30, 2025
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
)