CognitiveScience commited on
Commit
a0d2db7
·
1 Parent(s): 0d7d12f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -41,10 +41,10 @@ repo = huggingface_hub.Repository(
41
  )
42
  repo.git_pull()
43
 
44
- TOKEN2 = HF_TOKEN
45
 
46
 
47
- login(token=TOKEN2)
48
 
49
  # Set db to latest
50
  #shutil.copyfile("./data/reviews2.db", DB_FILE)
 
41
  )
42
  repo.git_pull()
43
 
44
+ #TOKEN2 = HF_TOKEN
45
 
46
 
47
+ login(token=TOKEN)
48
 
49
  # Set db to latest
50
  #shutil.copyfile("./data/reviews2.db", DB_FILE)