Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
77 |
outputs = [
|
78 |
"text",
|
79 |
gr.Image(width=256, height=256, label="Output"),
|
80 |
-
gr.Label(num_top_classes=
|
81 |
],
|
82 |
title = title,
|
83 |
description = description,
|
|
|
77 |
outputs = [
|
78 |
"text",
|
79 |
gr.Image(width=256, height=256, label="Output"),
|
80 |
+
gr.Label(num_top_classes=3)
|
81 |
],
|
82 |
title = title,
|
83 |
description = description,
|