Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ResembleAI/Chatterbox
Kutches
/
Chatterboxtest
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kutches
commited on
24 days ago
Commit
6a85ae7
·
verified
·
1 Parent(s):
bf4bbc3
Update app.py
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(
share=True
)