Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -471,7 +471,7 @@ with cols[2]:
|
|
471 |
model_image_path = ""
|
472 |
|
473 |
if chosen_model == current_model: # Model Mini
|
474 |
-
model_image_path = "brain.png" # Make sure this file exists
|
475 |
model_path_to_use = "model_mini_Food101.keras" # Make sure this path is correct
|
476 |
elif chosen_model == new_model: # Food Vision
|
477 |
model_image_path = "content/creativity_15557951.png" # Make sure this file exists
|
|
|
471 |
model_image_path = ""
|
472 |
|
473 |
if chosen_model == current_model: # Model Mini
|
474 |
+
model_image_path = "content/brain.png" # Make sure this file exists
|
475 |
model_path_to_use = "model_mini_Food101.keras" # Make sure this path is correct
|
476 |
elif chosen_model == new_model: # Food Vision
|
477 |
model_image_path = "content/creativity_15557951.png" # Make sure this file exists
|