Daniel-Sousa commited on
Commit
120845c
1 Parent(s): affb3f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,6 +13,6 @@ label = gr.Label()
13
 
14
  examples = ['sonic.jpg', 'eggman.jpg']
15
 
16
- iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
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)