Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,6 +14,6 @@ def predict(img):
|
|
| 14 |
gr.Interface(
|
| 15 |
fn=predict,
|
| 16 |
inputs=gr.Image(),
|
| 17 |
-
outputs=gr.Label(num_top_classes=
|
| 18 |
title="Cutlery Classifier",
|
| 19 |
description="This model identifies three types of cutlery in images (forks, spoons and knives).").launch()
|
|
|
|
| 14 |
gr.Interface(
|
| 15 |
fn=predict,
|
| 16 |
inputs=gr.Image(),
|
| 17 |
+
outputs=gr.Label(num_top_classes=3),
|
| 18 |
title="Cutlery Classifier",
|
| 19 |
description="This model identifies three types of cutlery in images (forks, spoons and knives).").launch()
|