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

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(label="Upload Image", type="file")
147
  label=gr.Label()
148
  examples=["5.tiff","6.tiff","7.tiff"]
149
 
 
143
 
144
 
145
 
146
+ img=gr.Image(label="Upload Image", type="filepath")
147
  label=gr.Label()
148
  examples=["5.tiff","6.tiff","7.tiff"]
149