Spaces:
Runtime error
Runtime error
enable default queue
Browse files
app.py
CHANGED
|
@@ -50,5 +50,5 @@ with gr.Blocks() as demo:
|
|
| 50 |
blur.click(repeated_blur, inputs=[img], outputs=[viewer])
|
| 51 |
|
| 52 |
|
| 53 |
-
|
| 54 |
-
|
|
|
|
| 50 |
blur.click(repeated_blur, inputs=[img], outputs=[viewer])
|
| 51 |
|
| 52 |
|
| 53 |
+
demo.queue(default_concurrency_limit=10)
|
| 54 |
+
demo.launch()
|