update
Browse files
app.py
CHANGED
|
@@ -10,8 +10,8 @@ sys.path.insert(1, 'Api Data')
|
|
| 10 |
from RecipeData import fetchRecipeData
|
| 11 |
|
| 12 |
IMG_SIZE = (224, 224)
|
| 13 |
-
model_V1 = '
|
| 14 |
-
model_V2 = '
|
| 15 |
|
| 16 |
@st.cache()
|
| 17 |
def model_prediction(model, img_file, rescale):
|
|
|
|
| 10 |
from RecipeData import fetchRecipeData
|
| 11 |
|
| 12 |
IMG_SIZE = (224, 224)
|
| 13 |
+
model_V1 = 'Seefood_model_v1.tflite'
|
| 14 |
+
model_V2 = 'Seefood_model_V2.tflite'
|
| 15 |
|
| 16 |
@st.cache()
|
| 17 |
def model_prediction(model, img_file, rescale):
|