AntoineGG commited on
Commit
0b5cce3
·
1 Parent(s): 94479d5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def predict(image):
11
  gr.Interface(
12
  predict,
13
  inputs=gr.inputs.Image(label="Upload anything, it will be ignored", type="filepath"),
14
- outputs=gr.outputs.Label(num_top_classes=2),
15
  title="To Be ? Or Not?",
16
  ).launch()
17
 
 
11
  gr.Interface(
12
  predict,
13
  inputs=gr.inputs.Image(label="Upload anything, it will be ignored", type="filepath"),
14
+ outputs=gr.outputs.Label(num_top_classes=3),
15
  title="To Be ? Or Not?",
16
  ).launch()
17