Spaces:
Runtime error
Runtime error
lehmannerich
commited on
Commit
·
a4c58be
1
Parent(s):
07d5427
changed typo to input(s)
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def classify_image(img):
|
|
23 |
|
24 |
|
25 |
# cell
|
26 |
-
image = gr.
|
27 |
label = gr.outputs.Label()
|
28 |
|
29 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|
|
|
23 |
|
24 |
|
25 |
# cell
|
26 |
+
image = gr.inputs.Image(shape=(192, 192))
|
27 |
label = gr.outputs.Label()
|
28 |
|
29 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
|