Spaces:
Runtime error
Runtime error
Commit
·
120845c
1
Parent(s):
affb3f9
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,6 @@ label = gr.Label()
|
|
13 |
|
14 |
examples = ['sonic.jpg', 'eggman.jpg']
|
15 |
|
16 |
-
iface = gr.Interface(fn=
|
17 |
|
18 |
iface.launch(inline=False)
|
|
|
13 |
|
14 |
examples = ['sonic.jpg', 'eggman.jpg']
|
15 |
|
16 |
+
iface = gr.Interface(fn=predict, inputs=image, outputs=label, examples=examples)
|
17 |
|
18 |
iface.launch(inline=False)
|