Alessio Grancini
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -172,4 +172,4 @@ if __name__ == "__main__":
|
|
172 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
173 |
|
174 |
# Launch with appropriate queue settings for ZeroGPU
|
175 |
-
my_app.queue(
|
|
|
172 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
173 |
|
174 |
# Launch with appropriate queue settings for ZeroGPU
|
175 |
+
my_app.queue(max_size=20).launch()
|