Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
leaderboards/LeaderboardsExplorer
pngwn
/
LeaderboardsExplorer
like
2
Sleeping
App
Files
Files
Community
65687fa
LeaderboardsExplorer
/
src
/
static
/
env.py
Clémentine
need to add the selectors now
4b2522c
8 months ago
raw
Copy download link
history
blame
Safe
149 Bytes
import
os
from
huggingface_hub
import
HfApi
REPO_ID =
"clefourrier/LeaderboardFinder"
HF_TOKEN =
None
#os.getenv("HF_TOKEN")
API = HfApi(HF_TOKEN)