Spaces:
Runtime error
Runtime error
Commit
·
b8088df
1
Parent(s):
86c6466
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,9 @@ repo = huggingface_hub.Repository(
|
|
41 |
use_auth_token=TOKEN
|
42 |
)
|
43 |
repo.git_pull()
|
|
|
44 |
|
|
|
45 |
#TOKEN2 = HF_TOKEN
|
46 |
|
47 |
|
|
|
41 |
use_auth_token=TOKEN
|
42 |
)
|
43 |
repo.git_pull()
|
44 |
+
printy ("TOKE--1")
|
45 |
|
46 |
+
printy (TOKEN[-1])
|
47 |
#TOKEN2 = HF_TOKEN
|
48 |
|
49 |
|