Spaces:
Running
Running
Remove concurrency limit (#1)
Browse files- Remove concurrency limit (0d19a771a1e33fcd0a9609783c88d795c9d151ff)
Co-authored-by: Apolinário from multimodal AI art <[email protected]>
app.py
CHANGED
@@ -737,5 +737,5 @@ with gr.Blocks(css=css, theme=gr.themes.Soft(primary_hue="indigo", neutral_hue="
|
|
737 |
)
|
738 |
|
739 |
if __name__ == "__main__":
|
740 |
-
demo.queue()
|
741 |
demo.launch()
|
|
|
737 |
)
|
738 |
|
739 |
if __name__ == "__main__":
|
740 |
+
demo.queue(default_concurrency_limit=None)
|
741 |
demo.launch()
|