We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac86706 commit 2f4e1b0Copy full SHA for 2f4e1b0
app.py
@@ -22,6 +22,8 @@
22
token=HF_TOKEN
23
)
24
print(f"Model files: {os.listdir(MODEL)}")
25
+else:
26
+ print("No HF_TOKEN provided, using local model")
27
28
# ─── Load model & tokenizer ────────────────────────────────────────────────────
29
print(f"Loading {MODEL} model...")
0 commit comments