Spaces:
Runtime error
Runtime error
Commit
·
71ef9e1
1
Parent(s):
b8088df
Update app.py
Browse files
app.py
CHANGED
@@ -41,9 +41,9 @@ repo = huggingface_hub.Repository(
|
|
41 |
use_auth_token=TOKEN
|
42 |
)
|
43 |
repo.git_pull()
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
#TOKEN2 = HF_TOKEN
|
48 |
|
49 |
|
|
|
41 |
use_auth_token=TOKEN
|
42 |
)
|
43 |
repo.git_pull()
|
44 |
+
print ("TOKE--1")
|
45 |
+
TOKENR=os.environ.get('RA_TOKEN')
|
46 |
+
print (TOKENR[-1])
|
47 |
#TOKEN2 = HF_TOKEN
|
48 |
|
49 |
|