Commit
Β·
3852c4d
1
Parent(s):
752c498
deb
Browse files
src/ui.py
CHANGED
@@ -6,9 +6,8 @@ print("importedddd1 1", flush=True)
|
|
6 |
from src.config import SUPPORTED_FRAMEWORKS
|
7 |
|
8 |
from src.hf_utils import load_leaderboard_data, upload_submission, check_name_exists
|
|
|
9 |
print("importedddd")
|
10 |
-
# from src.eval import start_background_evaluation
|
11 |
-
#
|
12 |
#
|
13 |
# def handle_upload(submission_name, uploaded_file, report_file, model_framework, progress=gr.Progress()):
|
14 |
# """Handle file upload and start evaluation."""
|
|
|
6 |
from src.config import SUPPORTED_FRAMEWORKS
|
7 |
|
8 |
from src.hf_utils import load_leaderboard_data, upload_submission, check_name_exists
|
9 |
+
from src.eval import start_background_evaluation
|
10 |
print("importedddd")
|
|
|
|
|
11 |
#
|
12 |
# def handle_upload(submission_name, uploaded_file, report_file, model_framework, progress=gr.Progress()):
|
13 |
# """Handle file upload and start evaluation."""
|