kostis-init commited on
Commit
3852c4d
Β·
1 Parent(s): 752c498
Files changed (1) hide show
  1. src/ui.py +1 -2
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."""