Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -188,5 +188,5 @@ with gr.Blocks() as demo:
|
|
| 188 |
outputs=[image],
|
| 189 |
)
|
| 190 |
|
| 191 |
-
demo.queue()
|
| 192 |
demo.launch(debug=True, inline=True)
|
|
|
|
| 188 |
outputs=[image],
|
| 189 |
)
|
| 190 |
|
| 191 |
+
demo.queue(concurrency_count=1)
|
| 192 |
demo.launch(debug=True, inline=True)
|