Clémentine
need to add the selectors now
4b2522c
raw history blame
No virus
149 Bytes
import os
from huggingface_hub import HfApi
REPO_ID = "clefourrier/LeaderboardFinder"
HF_TOKEN = None #os.getenv("HF_TOKEN")
API = HfApi(HF_TOKEN)