Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 149 Bytes
4b2522c |
1 2 3 4 5 6 7 8 |
import os
from huggingface_hub import HfApi
REPO_ID = "clefourrier/LeaderboardFinder"
HF_TOKEN = None #os.getenv("HF_TOKEN")
API = HfApi(HF_TOKEN)
|