Adhir commited on
Commit
0376c02
1 Parent(s): b9b1c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(image):
15
  gr.Interface(
16
  predict,
17
  inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
18
- outputs = gr.Label(num_top_classes=2),
19
  title="hot Dog? or Not ?",
20
  ).launch()
21
 
 
15
  gr.Interface(
16
  predict,
17
  inputs = gr.Image(label="Upload hot dog candidate", type = "filepath"),
18
+ outputs = gr.Label(num_top_classes=5),
19
  title="hot Dog? or Not ?",
20
  ).launch()
21