import os from huggingface_hub import HfApi REPO_ID = "clefourrier/LeaderboardFinder" HF_TOKEN = None #os.getenv("HF_TOKEN") API = HfApi(HF_TOKEN)