Weyaxi commited on
Commit
edaa658
1 Parent(s): d2df42d

Revert "open llm leaderboard thing fix 1"

Browse files

This reverts commit 262cc410361760cdebc5ad5fe3ce641b9b3c7427.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system("wget https://raw.githubusercontent.com/Weyaxi/scrape-open-llm-leaderboard/main/openllm.py")
3
  from openllm import *
4
  import requests
5
  import pandas as pd
 
1
  import os
2
+ os.sysytem("git clone https://github.com/Weyaxi/scrape-open-llm-leaderboard")
3
  from openllm import *
4
  import requests
5
  import pandas as pd