AkashDataScience commited on
Commit
31cffc8
·
1 Parent(s): da9824e

Changed plot to image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ demo = gr.Interface(inference,
136
  gr.Checkbox(label="Show False Detection"),
137
  gr.Slider(5, 35, value=10, step=5, label="Number of False Detection")],
138
  outputs= [gr.Image(width=640, height=640, label="Output"),
139
- gr.Plot(label="EigenCAM"),
140
  gr.Plot(label="False Detection")],
141
  title=title,
142
  description=description,
 
136
  gr.Checkbox(label="Show False Detection"),
137
  gr.Slider(5, 35, value=10, step=5, label="Number of False Detection")],
138
  outputs= [gr.Image(width=640, height=640, label="Output"),
139
+ gr.Image(label="EigenCAM"),
140
  gr.Plot(label="False Detection")],
141
  title=title,
142
  description=description,