updated access token
Browse files
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("
|
| 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 |
|