KarlosDL commited on
Commit
5fba949
·
verified ·
1 Parent(s): 0c9c39b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=2),
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()