Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
sanchit-gandhi/musicgen-streaming
oldfart
/
twan
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanchit-gandhi
commited on
Oct 6, 2023
Commit
c5a477d
·
1 Parent(s):
7e8da20
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -232,4 +232,4 @@ demo = gr.Interface(
232
)
233
234
235
-
demo.queue().launch()
232
)
233
234
235
+
demo.queue(
max_size=10, concurrency_count=4
).launch()