Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ResembleAI
/
Chatterbox
like
841
Running
on
Zero
App
Files
Files
Community
9
Fetching metadata from the HF Docker repository...
ollieollie
commited on
10 days ago
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()