smothiki commited on
Commit
d09113b
·
1 Parent(s): 9803cb7

Update src/tools/collections.py

Browse files
Files changed (1) hide show
  1. src/tools/collections.py +1 -1
src/tools/collections.py CHANGED
@@ -57,7 +57,7 @@ def update_collections(df: DataFrame):
57
  item_type="model",
58
  exists_ok=True,
59
  note=f"Best {type.to_str(' ')} model of around {size} on the leaderboard today!",
60
- token=H4_TOKEN,
61
  )
62
  if (
63
  len(collection.items) > cur_len_collection
 
57
  item_type="model",
58
  exists_ok=True,
59
  note=f"Best {type.to_str(' ')} model of around {size} on the leaderboard today!",
60
+ token=HF_TOKEN,
61
  )
62
  if (
63
  len(collection.items) > cur_len_collection