CognitiveScience commited on
Commit
b8088df
·
1 Parent(s): 86c6466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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