Spaces:
Runtime error
Runtime error
Update src/tools/collections.py
Browse files- 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=
|
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
|