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:
Duplicated from
ResembleAI/Chatterbox
neo7team
/
Chatterbox
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ollieollie
commited on
May 28, 2025
Commit
866a959
·
verified
·
1 Parent(s):
48d0339
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -66,4 +66,5 @@ with gr.Blocks() as demo:
66
)
67
68
if __name__ == "__main__":
69
demo.launch()
66
)
67
68
if __name__ == "__main__":
69
+
demo.queue()
70
demo.launch()