Spaces:
Sleeping
Sleeping
Commit ·
92af33a
1
Parent(s): 355deda
Update app.py
Browse files
app.py
CHANGED
|
@@ -126,8 +126,8 @@ description_with_icon = f"""
|
|
| 126 |
demo = gr.Interface(processed_image,
|
| 127 |
inputs=[gr.Image(label="Input Image"),],
|
| 128 |
outputs=[
|
| 129 |
-
gr.Plot(label="Output
|
| 130 |
-
gr.Image(shape=(32, 32), label="
|
| 131 |
],
|
| 132 |
title=title_with_icon,
|
| 133 |
description=description_with_icon,
|
|
|
|
| 126 |
demo = gr.Interface(processed_image,
|
| 127 |
inputs=[gr.Image(label="Input Image"),],
|
| 128 |
outputs=[
|
| 129 |
+
gr.Plot(label="Output with Classes",),
|
| 130 |
+
gr.Image(shape=(32, 32), label="GradCAM Output"),
|
| 131 |
],
|
| 132 |
title=title_with_icon,
|
| 133 |
description=description_with_icon,
|