Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
refactor: remove the legacy directory
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from src.benchmarks import DOMAIN_COLS_QA, LANG_COLS_QA, DOMAIN_COLS_LONG_DOC, L
|
|
13 |
from src.display.css_html_js import custom_css
|
14 |
from src.envs import API, EVAL_RESULTS_PATH, REPO_ID, RESULTS_REPO, TOKEN
|
15 |
from src.read_evals import get_raw_eval_results, get_leaderboard_df
|
16 |
-
from utils import update_table, update_metric, update_table_long_doc, upload_file, get_default_cols, submit_results
|
17 |
|
18 |
|
19 |
def restart_space():
|
|
|
13 |
from src.display.css_html_js import custom_css
|
14 |
from src.envs import API, EVAL_RESULTS_PATH, REPO_ID, RESULTS_REPO, TOKEN
|
15 |
from src.read_evals import get_raw_eval_results, get_leaderboard_df
|
16 |
+
from src.utils import update_table, update_metric, update_table_long_doc, upload_file, get_default_cols, submit_results
|
17 |
|
18 |
|
19 |
def restart_space():
|