Spaces:
Running
Running
temp
Browse files
app.py
CHANGED
@@ -295,7 +295,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
|
|
295 |
|
296 |
ROC score of opt1: {opt_task1_roc_auc}\n
|
297 |
ROC score of opt2: {opt_task2_roc_auc}\n
|
298 |
-
|
299 |
"""
|
300 |
return text_output,fig,fig_task1,fig_task2
|
301 |
|
|
|
295 |
|
296 |
ROC score of opt1: {opt_task1_roc_auc}\n
|
297 |
ROC score of opt2: {opt_task2_roc_auc}\n
|
298 |
+
-----------------
|
299 |
"""
|
300 |
return text_output,fig,fig_task1,fig_task2
|
301 |
|