Upload app.py
Browse files
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=
|
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()
|
|