Spaces:
Sleeping
Sleeping
removed source
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ def classify_images(im):
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
-
img=gr.Image(
|
| 13 |
label=gr.Label()
|
| 14 |
examples=["0.jpeg","2.jpeg","4.jpeg"]
|
| 15 |
|
|
|
|
| 9 |
|
| 10 |
|
| 11 |
|
| 12 |
+
img=gr.Image(type="pil")
|
| 13 |
label=gr.Label()
|
| 14 |
examples=["0.jpeg","2.jpeg","4.jpeg"]
|
| 15 |
|