DLBot commited on
Commit
f43f0e0
·
verified ·
1 Parent(s): bbb2c43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def classify_images(im):
143
 
144
 
145
 
146
- img=gr.Image(source="upload")
147
  label=gr.Label()
148
  examples=["5.tiff","6.tiff","7.tiff"]
149
 
 
143
 
144
 
145
 
146
+ img=gr.Image(label="Upload Image", type="file")
147
  label=gr.Label()
148
  examples=["5.tiff","6.tiff","7.tiff"]
149