Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import csv
|
|
| 7 |
from huggingface_hub import login
|
| 8 |
|
| 9 |
# Get token from environment variable (set by the secret)
|
| 10 |
-
hf_token = os.environ.get("
|
| 11 |
|
| 12 |
# Log in with the token
|
| 13 |
if hf_token:
|
|
|
|
| 7 |
from huggingface_hub import login
|
| 8 |
|
| 9 |
# Get token from environment variable (set by the secret)
|
| 10 |
+
hf_token = os.environ.get("phang")
|
| 11 |
|
| 12 |
# Log in with the token
|
| 13 |
if hf_token:
|