codewithRiz commited on
Commit
d72629b
·
1 Parent(s): 68e5ccd

retagging images

Browse files
Files changed (1) hide show
  1. api/detection.py +1 -1
api/detection.py CHANGED
@@ -80,7 +80,7 @@ async def predict(
80
  # Stage 2: Doe
81
  # ================================================================
82
  VALID_LABELS = {
83
- "Deer | Doe ", # trailing space matches pipeline output
84
  "Deer | Buck | White Tail Bucks",
85
  "Deer | Buck | Mule Bucks",
86
  }
 
80
  # Stage 2: Doe
81
  # ================================================================
82
  VALID_LABELS = {
83
+ "Deer | Doe", # trailing space matches pipeline output
84
  "Deer | Buck | White Tail Bucks",
85
  "Deer | Buck | Mule Bucks",
86
  }