tttoaster commited on
Commit
60e9522
·
1 Parent(s): 88ee20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -18,7 +18,6 @@ def upload_file(files):
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 文件
 
18
  return file_paths
19
 
20
  def prediction_analyse(prediction_content):
 
21
  predictions = prediction_content.split("\n")
22
 
23
  # 读取 ground_truth JSON 文件