Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -250,4 +250,4 @@ with gr.Blocks() as app:
|
|
250 |
drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
|
251 |
######################
|
252 |
app.load(run,None,[drop1,html_im])
|
253 |
-
app.launch()
|
|
|
250 |
drop3.change(make_tree,[drop1,drop2,drop3],[drop4])
|
251 |
######################
|
252 |
app.load(run,None,[drop1,html_im])
|
253 |
+
app.queue(default_concurrency_limit=10).launch()
|