Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -400,7 +400,7 @@ def merge_loop():
|
|
400 |
df = make_df("open-llm-leaderboard.csv", N_ROWS)
|
401 |
|
402 |
# Sample two models
|
403 |
-
dir_path = "
|
404 |
print(f"pwd: {os.getcwd()}")
|
405 |
print(f"Total size: {human_readable_size(get_size(dir_path))}")
|
406 |
sample = df.sample(n=2)
|
|
|
400 |
df = make_df("open-llm-leaderboard.csv", N_ROWS)
|
401 |
|
402 |
# Sample two models
|
403 |
+
dir_path = "/home/"
|
404 |
print(f"pwd: {os.getcwd()}")
|
405 |
print(f"Total size: {human_readable_size(get_size(dir_path))}")
|
406 |
sample = df.sample(n=2)
|