newtechdevng commited on
Commit
22d17d3
Β·
verified Β·
1 Parent(s): f56a5dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ import cv2, base64, time, os
13
 
14
  # ── CONFIG ──────────────────────────────────────────────────────────────────
15
  HF_REPO_ID = "newtechdevng/construction_detection_fine_tune"
16
- MODEL_FILE = "best_v2_finetune.p"
17
  CONF = 0.25
18
  IOU = 0.45
19
 
 
13
 
14
  # ── CONFIG ──────────────────────────────────────────────────────────────────
15
  HF_REPO_ID = "newtechdevng/construction_detection_fine_tune"
16
+ MODEL_FILE = "best_v2_finetune.pt"
17
  CONF = 0.25
18
  IOU = 0.45
19