Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -337,4 +337,4 @@ with gr.Blocks(theme=gr.themes.Soft(), css="style.css") as demo:
|
|
337 |
)
|
338 |
|
339 |
if __name__ == "__main__":
|
340 |
-
demo.queue(default_concurrency_limit=
|
|
|
337 |
)
|
338 |
|
339 |
if __name__ == "__main__":
|
340 |
+
demo.queue(default_concurrency_limit=10).launch()
|