Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ with gr.Blocks(title="🤗 ModelVerse Explorer", fill_width=True, css=custom_css
|
|
| 191 |
"downloads", "None", None, None, PARAM_CHOICES_DEFAULT_INDICES, 25,
|
| 192 |
"TheBloke,MaziyarPanahi,unsloth,modularai,Gensyn,bartowski", True, None, current_df, progress
|
| 193 |
)
|
| 194 |
-
return
|
| 195 |
|
| 196 |
def ui_generate_plot_controller(metric_choice, filter_type, tag_choice, pipeline_choice,
|
| 197 |
param_range_indices, k_orgs, skip_orgs_input, include_unknown_param_size_flag,
|
|
|
|
| 191 |
"downloads", "None", None, None, PARAM_CHOICES_DEFAULT_INDICES, 25,
|
| 192 |
"TheBloke,MaziyarPanahi,unsloth,modularai,Gensyn,bartowski", True, None, current_df, progress
|
| 193 |
)
|
| 194 |
+
return current_df, load_success_flag, data_info_text, initial_status, initial_plot
|
| 195 |
|
| 196 |
def ui_generate_plot_controller(metric_choice, filter_type, tag_choice, pipeline_choice,
|
| 197 |
param_range_indices, k_orgs, skip_orgs_input, include_unknown_param_size_flag,
|