tttoaster commited on
Commit
b7f2473
1 Parent(s): 9c18b50

Upload 10 files

Browse files
app.py CHANGED
@@ -18,6 +18,7 @@ def upload_file(files):
18
  return file_paths
19
 
20
  def prediction_analyse(prediction_content):
 
21
  predictions = prediction_content.split("\n")
22
 
23
  # 读取 ground_truth JSON 文件
 
18
  return file_paths
19
 
20
  def prediction_analyse(prediction_content):
21
+ # pdb.set_trace()
22
  predictions = prediction_content.split("\n")
23
 
24
  # 读取 ground_truth JSON 文件
src/__pycache__/utils_display.cpython-38.pyc CHANGED
Binary files a/src/__pycache__/utils_display.cpython-38.pyc and b/src/__pycache__/utils_display.cpython-38.pyc differ
 
src/auto_leaderboard/__pycache__/model_metadata_type.cpython-38.pyc CHANGED
Binary files a/src/auto_leaderboard/__pycache__/model_metadata_type.cpython-38.pyc and b/src/auto_leaderboard/__pycache__/model_metadata_type.cpython-38.pyc differ