apailang commited on
Commit
faa93f2
β€’
1 Parent(s): 9d48ce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def detect_video(video):
101
  # Release resources
102
  cap.release()
103
 
104
-
105
  REPO_ID = "apailang/mytfodmodel"
106
  detection_model = load_model()
107
  # pil_image = Image.open(image_path)
 
101
  # Release resources
102
  cap.release()
103
 
104
+ label_id_offset = 0
105
  REPO_ID = "apailang/mytfodmodel"
106
  detection_model = load_model()
107
  # pil_image = Image.open(image_path)