Raminnit commited on
Commit
345e3ff
Β·
verified Β·
1 Parent(s): d6e373c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ warnings.filterwarnings("ignore")
21
  # 0. Constants & Paths (edit these to match your environment)
22
  # ─────────────────────────────────────────────────────────────────────────────
23
  BASE_DIR = pathlib.Path(__file__).parent
24
- CKPT_DIR = BASE_DIR / "checkpoints"
25
 
26
  CHECKPOINTS = {
27
  "FADNet Finetune (Best)": str(CKPT_DIR / "fadnet_finetune_best.pt"),
 
21
  # 0. Constants & Paths (edit these to match your environment)
22
  # ─────────────────────────────────────────────────────────────────────────────
23
  BASE_DIR = pathlib.Path(__file__).parent
24
+ CKPT_DIR = BASE_DIR
25
 
26
  CHECKPOINTS = {
27
  "FADNet Finetune (Best)": str(CKPT_DIR / "fadnet_finetune_best.pt"),