Update app.py
Browse files
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
|