Spaces:
Sleeping
Sleeping
Víctor Sáez
commited on
Commit
·
e58f8da
1
Parent(s):
57d38ac
Adding error catching
Browse files
app.py
CHANGED
@@ -488,7 +488,7 @@ def build_app():
|
|
488 |
debug_panel,
|
489 |
debug_button
|
490 |
],
|
491 |
-
queue=
|
492 |
)
|
493 |
|
494 |
# Connect detection button click event
|
|
|
488 |
debug_panel,
|
489 |
debug_button
|
490 |
],
|
491 |
+
queue=True
|
492 |
)
|
493 |
|
494 |
# Connect detection button click event
|