Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
95571b9
1
Parent(s):
2d38a22
remove concurrency count
Browse files
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)
|