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