DLBot commited on
Commit
099e043
·
verified ·
1 Parent(s): 912e905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_images(im):
12
 
13
 
14
 
15
- img=gr.Image(shape=(300,200),image_mode='RGB')
16
  label=gr.Label()
17
  examples=["healthy1.jpeg","mosaic.jpeg","redrot.jpeg"]
18
 
 
12
 
13
 
14
 
15
+ img=gr.Image(shape=(300,200),image_mode="RGB")
16
  label=gr.Label()
17
  examples=["healthy1.jpeg","mosaic.jpeg","redrot.jpeg"]
18