Sompote commited on
Commit
a126aef
·
verified ·
1 Parent(s): 1173d05

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'train', 'truck',
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