botsi commited on
Commit
49085a1
·
verified ·
1 Parent(s): 04353a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ print("is none?", HF_TOKEN is None)
41
  print("hfh", huggingface_hub.__version__)
42
 
43
  repo = Repository(
44
- local_dir="data", clone_from=DATASET_REPO_URL, use_auth_token=HF_TOKEN
45
  )
46
 
47
  MAX_MAX_NEW_TOKENS = 2048
 
41
  print("hfh", huggingface_hub.__version__)
42
 
43
  repo = Repository(
44
+ local_dir="data", clone_from=DATASET_REPO_URL
45
  )
46
 
47
  MAX_MAX_NEW_TOKENS = 2048