Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -20,8 +20,7 @@ def classify_image(img):
|
|
| 20 |
# Cell
|
| 21 |
# image = gr.inputs.Image(shape=(192, 192))
|
| 22 |
# label = gr.outputs.Label()
|
| 23 |
-
|
| 24 |
-
label = gr.outputs.Label()
|
| 25 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
| 26 |
|
| 27 |
intf = gr.Interface(fn=classify_image,inputs=gr.Image(),outputs=gr.Label(),examples=examples)
|
|
|
|
| 20 |
# Cell
|
| 21 |
# image = gr.inputs.Image(shape=(192, 192))
|
| 22 |
# label = gr.outputs.Label()
|
| 23 |
+
# label = gr.outputs.Label()
|
|
|
|
| 24 |
examples = ['dog.jpg', 'cat.jpg', 'dunno.jpg']
|
| 25 |
|
| 26 |
intf = gr.Interface(fn=classify_image,inputs=gr.Image(),outputs=gr.Label(),examples=examples)
|