Chris Addis commited on
Commit
bf57f6a
·
1 Parent(s): 8409208

fix additional models

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -243,7 +243,7 @@ def create_demo():
243
  def toggle_models(show_all, current_model):
244
  # Make a fresh copy of the models lists to avoid any reference issues
245
  preferred_choices = list(preferred_models)
246
- all_choices = list(all_models_list)
247
 
248
  if show_all:
249
  # When showing all models, use the fresh copy of all models
 
243
  def toggle_models(show_all, current_model):
244
  # Make a fresh copy of the models lists to avoid any reference issues
245
  preferred_choices = list(preferred_models)
246
+ all_choices = list(all_models)
247
 
248
  if show_all:
249
  # When showing all models, use the fresh copy of all models