Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ResembleAI/Chatterbox
oicui
/
Chatterbox
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
oicui
commited on
Dec 8, 2025
Commit
3b42160
·
verified
·
1 Parent(s):
0a2ade0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -221,4 +221,4 @@ with gr.Blocks() as demo:
221
],
222
)
223
224
-
demo.launch(mcp_server=True)
221
],
222
)
223
224
+
demo.launch(mcp_server=True
, share=True
)