frncscp commited on
Commit
373b5b1
·
1 Parent(s): bf4858a

Update pages/Entorno de Ejecución.py

Browse files
Files changed (1) hide show
  1. pages/Entorno de Ejecución.py +1 -1
pages/Entorno de Ejecución.py CHANGED
@@ -69,7 +69,7 @@ with col_a:
69
 
70
  #for model in model_choice:
71
  #selected_models.append(model)
72
- selected_models = [load_model(model) for model in model_choice]
73
 
74
  # Set the image dimensions
75
  IMAGE_WIDTH = IMAGE_HEIGHT = 224
 
69
 
70
  #for model in model_choice:
71
  #selected_models.append(model)
72
+ selected_models = [load_model(model_dict[model]) for model in model_choice]
73
 
74
  # Set the image dimensions
75
  IMAGE_WIDTH = IMAGE_HEIGHT = 224