kornpp commited on
Commit
4a76f23
·
1 Parent(s): a4c2fee

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -25,5 +25,4 @@ def classify_image(img):
25
 
26
  gr.Interface(fn=classify_image,
27
  inputs=gr.Image( type ="filepath"),
28
- outputs=gr.Label(num_top_classes=3),
29
- title="Are you a healty bean?").launch()
 
25
 
26
  gr.Interface(fn=classify_image,
27
  inputs=gr.Image( type ="filepath"),
28
+ outputs=gr.Label(num_top_classes=1)).launch()