kornpp commited on
Commit
b208113
·
1 Parent(s): 3045410

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -25,4 +25,5 @@ def classify_image(img):
25
 
26
  gr.Interface(fn=classify_image,
27
  inputs=gr.Image( type ="filepath"),
28
- outputs=gr.Label(num_top_classes=2)).launch(debug=True)
 
 
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(share=True)