update
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ import tensorflow as tf
|
|
| 6 |
from utils import load_prepare_image, model_pred, fetch_recipe
|
| 7 |
|
| 8 |
import sys
|
| 9 |
-
sys.path.insert(1, 'Api Data')
|
| 10 |
from RecipeData import fetchRecipeData
|
| 11 |
|
| 12 |
IMG_SIZE = (224, 224)
|
|
|
|
| 6 |
from utils import load_prepare_image, model_pred, fetch_recipe
|
| 7 |
|
| 8 |
import sys
|
|
|
|
| 9 |
from RecipeData import fetchRecipeData
|
| 10 |
|
| 11 |
IMG_SIZE = (224, 224)
|