Alessio Grancini
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -186,4 +186,4 @@ if __name__ == "__main__":
|
|
186 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
187 |
|
188 |
|
189 |
-
my_app.queue(concurrency_count=5, max_size=20).launch()
|
|
|
186 |
conf_thres_vid.change(update_confidence_threshold, conf_thres_vid, [])
|
187 |
|
188 |
|
189 |
+
my_app.queue(concurrency_count=5, max_size=20).launch()
|