Subh775 commited on
Commit
1009e84
·
verified ·
1 Parent(s): 7a40292

model weights changed to: Subh775/Seg-Basil-rfdetr

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ from rfdetr import RFDETRSegPreview
37
  app = Flask(__name__, static_folder="static", static_url_path="/")
38
 
39
  # Checkpoint URL & local path
40
- CHECKPOINT_URL = "https://huggingface.co/Subh775/Segment-Tulsi-TFs/resolve/main/checkpoint_best_total.pth"
41
  CHECKPOINT_PATH = os.path.join("/tmp", "checkpoint_best_total.pth")
42
 
43
  MODEL_LOCK = threading.Lock()
 
37
  app = Flask(__name__, static_folder="static", static_url_path="/")
38
 
39
  # Checkpoint URL & local path
40
+ CHECKPOINT_URL = "https://huggingface.co/Subh775/Seg-Basil-rfdetr/resolve/main/checkpoint_best_total.pth"
41
  CHECKPOINT_PATH = os.path.join("/tmp", "checkpoint_best_total.pth")
42
 
43
  MODEL_LOCK = threading.Lock()