CognitiveScience commited on
Commit
71ef9e1
·
1 Parent(s): b8088df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -41,9 +41,9 @@ repo = huggingface_hub.Repository(
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
 
 
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