scrape from repo instead of local
Browse files
app.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
from huggingface_hub import CommitOperationAdd, create_commit, HfApi, HfFileSystem, login
|
2 |
from huggingface_hub.utils import RepositoryNotFoundError as deneme
|
3 |
from openllm import *
|
|
|
1 |
+
import os
|
2 |
+
os.system("wget https://raw.githubusercontent.com/Weyaxi/scrape-open-llm-leaderboard/main/openllm.py")
|
3 |
from huggingface_hub import CommitOperationAdd, create_commit, HfApi, HfFileSystem, login
|
4 |
from huggingface_hub.utils import RepositoryNotFoundError as deneme
|
5 |
from openllm import *
|