Rehman1603 commited on
Commit
847a77a
·
verified ·
1 Parent(s): 551e55a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -11,7 +11,6 @@ class_names={0:'Normal Appearance',
11
  3:'and numerous hemorrhagic spots coalesced to form brush paintappearance on the entire mucosa at 5 dpi'}
12
 
13
  def Predict_Gizzard(img):
14
- img=cv2.imread(img)
15
  img = img.reshape((1, img.shape[0], img.shape[1], img.shape[2]))
16
 
17
  # Create the data generator with desired properties
 
11
  3:'and numerous hemorrhagic spots coalesced to form brush paintappearance on the entire mucosa at 5 dpi'}
12
 
13
  def Predict_Gizzard(img):
 
14
  img = img.reshape((1, img.shape[0], img.shape[1], img.shape[2]))
15
 
16
  # Create the data generator with desired properties