sitammeur commited on
Commit
c4871b4
·
verified ·
1 Parent(s): 44ed7b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ demo = gr.Interface(
42
  ),
43
  gr.Checkbox(label="Multi-Label", value=False),
44
  ],
45
- outputs=gr.Label(label="Classification"),
46
  title=title,
47
  description=description,
48
  article=article,
 
42
  ),
43
  gr.Checkbox(label="Multi-Label", value=False),
44
  ],
45
+ outputs=gr.Label(label="Classification", num_top_classes=3),
46
  title=title,
47
  description=description,
48
  article=article,