Subh775 commited on
Commit
df6b3d3
·
verified ·
1 Parent(s): c360be8

version 1 weights

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-3/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/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()