Spaces:
Runtime error
Runtime error
lixuejing
commited on
Commit
·
a3bc319
1
Parent(s):
e55692d
update
Browse files
app.py
CHANGED
@@ -63,6 +63,7 @@ def init_space():
|
|
63 |
except Exception:
|
64 |
restart_space()
|
65 |
|
|
|
66 |
raw_data, original_df = get_leaderboard_df(
|
67 |
results_path=EVAL_RESULTS_PATH,
|
68 |
requests_path=EVAL_REQUESTS_PATH,
|
|
|
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,
|