Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,4 +33,4 @@ with gr.Blocks(analytics_enabled=False) as app:
|
|
| 33 |
)
|
| 34 |
|
| 35 |
app.launch( enable_queue=True, inline=True )
|
| 36 |
-
block.queue( concurrency_count=
|
|
|
|
| 33 |
)
|
| 34 |
|
| 35 |
app.launch( enable_queue=True, inline=True )
|
| 36 |
+
block.queue( concurrency_count=10 )
|