Spaces:
Runtime error
Runtime error
Commit
·
8d8c4e5
1
Parent(s):
58d82ec
Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ repo = huggingface_hub.Repository(
|
|
| 40 |
repo.git_pull()
|
| 41 |
|
| 42 |
from huggingface_hub import whoami
|
| 43 |
-
|
| 44 |
|
| 45 |
|
| 46 |
login(token=TOKEN)
|
|
|
|
| 40 |
repo.git_pull()
|
| 41 |
|
| 42 |
from huggingface_hub import whoami
|
| 43 |
+
whoami()
|
| 44 |
|
| 45 |
|
| 46 |
login(token=TOKEN)
|