Spaces:
Runtime error
Runtime error
Commit ·
adff6fa
1
Parent(s): 1a2da24
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,5 +19,5 @@ image = gr.inputs.Image(shape=(192,192))
|
|
| 19 |
label = gr.outputs.Label()
|
| 20 |
examples = ['1.jpg','2.jpg','3.png','4.jpg']
|
| 21 |
|
| 22 |
-
intf = gr.Interface(fn=classify_image,inputs=image,
|
| 23 |
intf.launch(inline=False)
|
|
|
|
| 19 |
label = gr.outputs.Label()
|
| 20 |
examples = ['1.jpg','2.jpg','3.png','4.jpg']
|
| 21 |
|
| 22 |
+
intf = gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=examples)
|
| 23 |
intf.launch(inline=False)
|