Update app.py
Browse files
app.py
CHANGED
|
@@ -161,7 +161,7 @@ demo = gr.Interface(
|
|
| 161 |
),
|
| 162 |
],
|
| 163 |
outputs=[
|
| 164 |
-
gr.Image(shape=(32, 32)).style(width=256, height=256),
|
| 165 |
gr.Label(label="Top Classes"),
|
| 166 |
],
|
| 167 |
examples=[[os.path.join("./samples/", f)] for f in os.listdir("./samples/")]
|
|
|
|
| 161 |
),
|
| 162 |
],
|
| 163 |
outputs=[
|
| 164 |
+
gr.Image(shape=(32, 32), label="CAM Output for the Chosen Class").style(width=256, height=256),
|
| 165 |
gr.Label(label="Top Classes"),
|
| 166 |
],
|
| 167 |
examples=[[os.path.join("./samples/", f)] for f in os.listdir("./samples/")]
|