Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
sanchit-gandhi
/
musicgen-streaming
like
233
Running
on
Zero
App
Files
Files
Community
5
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()