Vrk commited on
Commit
e880c31
1 Parent(s): 01e04cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import time
5
  import tensorflow as tf
6
  from utils import load_prepare_image, model_pred, fetch_recipe
7
  from FoodNoFood import food_not_food
 
8
 
9
  import sys
10
  from RecipeData import fetchRecipeData
 
5
  import tensorflow as tf
6
  from utils import load_prepare_image, model_pred, fetch_recipe
7
  from FoodNoFood import food_not_food
8
+ from PIL import Image
9
 
10
  import sys
11
  from RecipeData import fetchRecipeData