Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def classify_image(img):
|
|
9 |
image = gr.inputs.Image(shape=(224, 224))
|
10 |
label = gr.outputs.Label()
|
11 |
examples = ['1.jpg', '2.jpg', '3.jpg']
|
12 |
-
|
13 |
|
14 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
15 |
iface.launch(inline=False)
|
|
|
9 |
image = gr.inputs.Image(shape=(224, 224))
|
10 |
label = gr.outputs.Label()
|
11 |
examples = ['1.jpg', '2.jpg', '3.jpg']
|
12 |
+
|
13 |
|
14 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
15 |
iface.launch(inline=False)
|