Update app.py
Browse files
app.py
CHANGED
|
@@ -143,7 +143,7 @@ def classify_images(im):
|
|
| 143 |
|
| 144 |
|
| 145 |
|
| 146 |
-
img=gr.Image(label="Upload Image", type="
|
| 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 |
|