Spaces:
Running
Running
Update app.py
Browse files
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,
|