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
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()