Update app.py
Browse files
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 文件
|