Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
leaderboards
/
LeaderboardsExplorer
like
54
Running
on
CPU Upgrade
App
Files
Files
Community
2
6919f84
LeaderboardsExplorer
/
src
/
static
/
env.py
Clémentine
need to add the selectors now
4b2522c
7 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)