alexkueck commited on
Commit
cc419d2
·
1 Parent(s): 340b81b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -125,6 +125,7 @@ training_args = TrainingArguments(
125
  save_strategy = "no",
126
  load_best_model_at_end=False,
127
  push_to_hub=True,
 
128
  )
129
  print ("training args")
130
  ############################################
 
125
  save_strategy = "no",
126
  load_best_model_at_end=False,
127
  push_to_hub=True,
128
+ use_auth_token=os.environ["HF_ACCESS_TOKEN"],
129
  )
130
  print ("training args")
131
  ############################################