Spaces:
Running
Running
removed the scatter plot
Browse files
app.py
CHANGED
@@ -667,8 +667,7 @@ def process_file(model_name,inc_slider,progress=Progress(track_tqdm=True)):
|
|
667 |
|
668 |
|
669 |
|
670 |
-
return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,
|
671 |
-
|
672 |
# List of models for the dropdown menu
|
673 |
|
674 |
# models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]
|
|
|
667 |
|
668 |
|
669 |
|
670 |
+
return text_output,text_output_sampled_auc,fig,fig_task1,fig_task2,fig_hist1,fig_hist2
|
|
|
671 |
# List of models for the dropdown menu
|
672 |
|
673 |
# models = ["ASTRA-FT-HGR", "ASTRA-FT-LGR", "ASTRA-FT-FULL"]
|