newtechdevng commited on
Commit
b5510bb
Β·
verified Β·
1 Parent(s): 603d268

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import numpy as np
12
  import cv2, base64, time, os
13
 
14
  # ── CONFIG ──────────────────────────────────────────────────────────────────
15
- HF_REPO_ID = "dipangshuborah/construction-detection-yolov8"
16
  MODEL_FILE = "best_v2_finetune.pt"
17
  CONF = 0.25
18
  IOU = 0.45
 
12
  import cv2, base64, time, os
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