evijit HF Staff commited on
Commit
589d405
·
verified ·
1 Parent(s): 348eecc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 current_д, 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,
 
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,