Shouvik commited on
Commit
9e38983
Β·
1 Parent(s): 6d36bc0

pushing app codes and dependencies...

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from transformers import (
13
 
14
  # ── 1) CONFIG & CHECKPOINT ────────────────────────────────────────────────
15
  HF_REPO = "shouvik27/LayoutLMv3_T5"
16
- CKPT_NAME = "model.bin"
17
 
18
  # 1a) Download the checkpoint dict from your Hub
19
  ckpt_path = hf_hub_download(repo_id=HF_REPO, filename=CKPT_NAME)
 
13
 
14
  # ── 1) CONFIG & CHECKPOINT ────────────────────────────────────────────────
15
  HF_REPO = "shouvik27/LayoutLMv3_T5"
16
+ CKPT_NAME = "pytorch_model.bin"
17
 
18
  # 1a) Download the checkpoint dict from your Hub
19
  ckpt_path = hf_hub_download(repo_id=HF_REPO, filename=CKPT_NAME)