Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from huggingface_hub import HfApi
|
|
8 |
api = HfApi()
|
9 |
|
10 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
11 |
-
repo_url = "https://huggingface.co/datasets/Weyaxi/
|
12 |
os.system(f"git clone --bare --filter=blob:none {repo_url}")
|
13 |
|
14 |
os.chdir("compute-power-leaderboard.git")
|
|
|
8 |
api = HfApi()
|
9 |
|
10 |
HF_TOKEN = os.getenv('HF_TOKEN')
|
11 |
+
repo_url = "https://huggingface.co/datasets/Weyaxi/compute-power-leaderboard"
|
12 |
os.system(f"git clone --bare --filter=blob:none {repo_url}")
|
13 |
|
14 |
os.chdir("compute-power-leaderboard.git")
|