Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ gr.Interface(
|
|
97 |
visible=True,
|
98 |
label="Bounding Box Predictions",
|
99 |
),
|
100 |
-
gr.Image(label="GradCAM Output"
|
101 |
],
|
102 |
examples=examples,
|
103 |
title=title,
|
|
|
97 |
visible=True,
|
98 |
label="Bounding Box Predictions",
|
99 |
),
|
100 |
+
gr.Image(label="GradCAM Output", width=416, height=416),
|
101 |
],
|
102 |
examples=examples,
|
103 |
title=title,
|