Weyaxi commited on
Commit
366cac1
1 Parent(s): c04c836

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/followers-leaderboard"
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")