Spaces:
Runtime error
Runtime error
Increase concurrency limit (#6)
Browse files- Update app.py (74522c2205a9c6f19594c68c46a29073c0aad32b)
Co-authored-by: mrfakename <[email protected]>
app.py
CHANGED
@@ -35,7 +35,7 @@ def main(args):
|
|
35 |
text2music_process_func=model_demo.__call__,
|
36 |
sample_data_func=data_sampler.sample,
|
37 |
)
|
38 |
-
demo.launch(
|
39 |
|
40 |
)
|
41 |
|
|
|
35 |
text2music_process_func=model_demo.__call__,
|
36 |
sample_data_func=data_sampler.sample,
|
37 |
)
|
38 |
+
demo.queue(default_concurrency_limit=8).launch(
|
39 |
|
40 |
)
|
41 |
|