Spaces:
Running
Running
lixuejing
commited on
Commit
·
5f005ff
1
Parent(s):
7adc4db
update
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def init_space():
|
|
63 |
except Exception:
|
64 |
restart_space()
|
65 |
|
66 |
-
print("QUOTACOLS+COLS",QUOTACOLS+COLS)
|
67 |
raw_data, original_df = get_leaderboard_df(
|
68 |
results_path=EVAL_RESULTS_PATH,
|
69 |
requests_path=EVAL_REQUESTS_PATH,
|
@@ -73,7 +73,7 @@ def init_space():
|
|
73 |
cols=QUOTACOLS+COLS,
|
74 |
benchmark_cols=BENCHMARK_QUOTACOLS+BENCHMARK_COLS
|
75 |
)
|
76 |
-
update_collections(original_df.copy())
|
77 |
leaderboard_df = original_df.copy()
|
78 |
|
79 |
#plot_df = create_plot_df(create_scores_df(raw_data))
|
|
|
63 |
except Exception:
|
64 |
restart_space()
|
65 |
|
66 |
+
print("QUOTACOLS+COLS",list(set(QUOTACOLS+COLS)))
|
67 |
raw_data, original_df = get_leaderboard_df(
|
68 |
results_path=EVAL_RESULTS_PATH,
|
69 |
requests_path=EVAL_REQUESTS_PATH,
|
|
|
73 |
cols=QUOTACOLS+COLS,
|
74 |
benchmark_cols=BENCHMARK_QUOTACOLS+BENCHMARK_COLS
|
75 |
)
|
76 |
+
#update_collections(original_df.copy())
|
77 |
leaderboard_df = original_df.copy()
|
78 |
|
79 |
#plot_df = create_plot_df(create_scores_df(raw_data))
|