Spaces:
Sleeping
Sleeping
Update pages/Entorno de Ejecución.py
Browse files
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
|