baimamboukar commited on
Commit
237779e
1 Parent(s): e29d86f

fix: fix gradio interface typo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ def predict(image):
30
 
31
 
32
  gr.Interface(predict, gr.inputs.Image(type='pil'),
33
- output='label').launch()
 
30
 
31
 
32
  gr.Interface(predict, gr.inputs.Image(type='pil'),
33
+ outputs='label').launch()