Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import os
|
| 2 |
import time
|
| 3 |
-
os.system("wget https://raw.githubusercontent.com/Weyaxi/scrape-open-llm-leaderboard/main/openllm.py")
|
| 4 |
from huggingface_hub import HfApi, HfFileSystem
|
| 5 |
import time
|
| 6 |
import pandas as pd
|
|
|
|
| 1 |
import os
|
| 2 |
import time
|
| 3 |
+
# os.system("wget https://raw.githubusercontent.com/Weyaxi/scrape-open-llm-leaderboard/main/openllm.py")
|
| 4 |
from huggingface_hub import HfApi, HfFileSystem
|
| 5 |
import time
|
| 6 |
import pandas as pd
|