Spaces:
Build error
Build error
GovindMalhotra commited on
Commit ·
f6e90f5
1
Parent(s): e16be06
another fix
Browse files
app.py
CHANGED
|
@@ -38,5 +38,5 @@ image = gr.Image()
|
|
| 38 |
label = gr.Label()
|
| 39 |
examples = ['lion_f.png', 'lion_r.png', 'potato_f.jpg']
|
| 40 |
|
| 41 |
-
intf = gr.Interface(fn=classify_image, inputs=image,
|
| 42 |
intf.launch(inline=False)
|
|
|
|
| 38 |
label = gr.Label()
|
| 39 |
examples = ['lion_f.png', 'lion_r.png', 'potato_f.jpg']
|
| 40 |
|
| 41 |
+
intf = gr.Interface(fn=classify_image, inputs=image, outputs = label, examples = examples)
|
| 42 |
intf.launch(inline=False)
|