Skip to content

Commit 2f4e1b0

Browse files
committed
test this
1 parent ac86706 commit 2f4e1b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
token=HF_TOKEN
2323
)
2424
print(f"Model files: {os.listdir(MODEL)}")
25+
else:
26+
print("No HF_TOKEN provided, using local model")
2527

2628
# ─── Load model & tokenizer ────────────────────────────────────────────────────
2729
print(f"Loading {MODEL} model...")

0 commit comments

Comments
 (0)