Spaces:
Sleeping
Sleeping
Commit ·
78dd9f7
1
Parent(s): 8c11fa9
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ demo = gr.Interface(inference,
|
|
| 139 |
outputs = [
|
| 140 |
gr.Gallery(label="GradCAM Outputs", show_label=True, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto"),
|
| 141 |
gr.Gallery(label="Misclassified Images", show_label=True, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto"),
|
| 142 |
-
gr.Label(num_top_classes=10)
|
| 143 |
],
|
| 144 |
title = title,
|
| 145 |
description = description,
|
|
|
|
| 139 |
outputs = [
|
| 140 |
gr.Gallery(label="GradCAM Outputs", show_label=True, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto"),
|
| 141 |
gr.Gallery(label="Misclassified Images", show_label=True, elem_id="gallery").style(columns=[2], rows=[2], object_fit="contain", height="auto"),
|
| 142 |
+
gr.Label(num_top_classes=10, label = "Top classes")
|
| 143 |
],
|
| 144 |
title = title,
|
| 145 |
description = description,
|