SaniaE commited on
Commit
269d031
·
verified ·
1 Parent(s): ed741f2

updated access token

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ async def startup_event():
46
  global MODELS, SEARCH_MODEL
47
 
48
  # 1. Authenticate and Download from Private Repo
49
- token = os.getenv("HF_TOKEN")
50
  if token:
51
  login(token=token)
52
 
 
46
  global MODELS, SEARCH_MODEL
47
 
48
  # 1. Authenticate and Download from Private Repo
49
+ token = os.getenv("HF_Token")
50
  if token:
51
  login(token=token)
52