Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ st.set_page_config(
|
|
23 |
|
24 |
# Define allowed classes
|
25 |
ALLOWED_CLASSES = {
|
26 |
-
'person', 'bicycle', 'car', 'motorcycle', 'bus', '
|
27 |
'cat', 'dog', 'horse', 'sheep', 'cow', 'elephant', 'bear', 'zebra', 'giraffe'
|
28 |
}
|
29 |
|
|
|
23 |
|
24 |
# Define allowed classes
|
25 |
ALLOWED_CLASSES = {
|
26 |
+
'person', 'bicycle', 'car', 'motorcycle', 'bus', 'truck',
|
27 |
'cat', 'dog', 'horse', 'sheep', 'cow', 'elephant', 'bear', 'zebra', 'giraffe'
|
28 |
}
|
29 |
|