rahul7star commited on
Commit
903d68e
·
verified ·
1 Parent(s): 84b867e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def get_or_load_model():
120
  checkpoint_path = hf_hub_download(
121
  repo_id=MODEL_REPO,
122
  filename=LORA_FILE ,
123
- token=os.environ["HUGGING_FACE_HUB_TOKEN"],
124
  )
125
 
126
  state = load_file(checkpoint_path, device="cpu")
 
120
  checkpoint_path = hf_hub_download(
121
  repo_id=MODEL_REPO,
122
  filename=LORA_FILE ,
123
+ token=os.environ["HF_TOKEN"],
124
  )
125
 
126
  state = load_file(checkpoint_path, device="cpu")