gurwindersingh commited on
Commit
0f53078
·
1 Parent(s): 1d97607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import os, random
5
  import cv2
6
  from tensorflow.keras.models import load_model
7
  from PIL import Image
 
8
 
9
  def preprocess(image):
10
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)
 
5
  import cv2
6
  from tensorflow.keras.models import load_model
7
  from PIL import Image
8
+ import numpy as np
9
 
10
  def preprocess(image):
11
  gray = cv2.cvtColor(image, cv2.COLOR_BGR2GRAY)