PrarthanaTS commited on
Commit
92af33a
·
1 Parent(s): 355deda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 Plot",style="background-color: #f3f5f1;"),
130
- gr.Image(shape=(32, 32), label="Model Prediction"),
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,