Spaces:
Running
on
Zero
Running
on
Zero
remove concurrency count
#1
by
multimodalart
HF Staff
- opened
app.py
CHANGED
|
@@ -101,7 +101,7 @@ with gr.Blocks() as app:
|
|
| 101 |
outputs=[result_image]
|
| 102 |
)
|
| 103 |
|
| 104 |
-
app.queue(
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
app.launch(debug=True)
|
|
|
|
| 101 |
outputs=[result_image]
|
| 102 |
)
|
| 103 |
|
| 104 |
+
app.queue(max_size=20)
|
| 105 |
|
| 106 |
if __name__ == "__main__":
|
| 107 |
app.launch(debug=True)
|