Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,6 @@ gr.Interface(
|
|
| 14 |
fn=predict,
|
| 15 |
inputs=gr.Image(type="pil", label="Upload image"),
|
| 16 |
outputs=gr.Label(num_top_classes=3),
|
| 17 |
-
title="Image Classifier
|
| 18 |
examples=["banana-1.jpg", "cat1.png", "zebra.jpg"],
|
| 19 |
).launch()
|
|
|
|
| 14 |
fn=predict,
|
| 15 |
inputs=gr.Image(type="pil", label="Upload image"),
|
| 16 |
outputs=gr.Label(num_top_classes=3),
|
| 17 |
+
title="Image Classifier",
|
| 18 |
examples=["banana-1.jpg", "cat1.png", "zebra.jpg"],
|
| 19 |
).launch()
|