Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/musicgen-streaming
MattBee
/
musicgen-streaming
like
3
Running
on
Zero
App
Files
Files
Community
sanchit-gandhi
HF staff
commited on
Oct 6, 2023
Commit
1c5afc2
•
1 Parent(s):
6a8a01a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -234,4 +234,4 @@ demo = gr.Interface(
234
)
235
236
237
-
demo.queue(
max_size=10, concurrency_count=4
).launch()
234
)
235
236
237
+
demo.queue().launch()