Adhikary, Dhruba commited on
Commit
bd98368
1 Parent(s): 57c3996

push changes to hugging face

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ demo = gr.Interface(
78
  gr.Slider(0, 1, value = 0.75, label="Threshold"),
79
  gr.Slider(0, 1, value = 0.75, label="IoU Threshold"),
80
  gr.Slider(0, 1, value = 0.8, label="Opacity of GradCAM")],
81
- outputs = [gr.Image(label="Output").style(width=600, height=600)],
82
  title = title,
83
  description = description,
84
  examples = examples,
 
78
  gr.Slider(0, 1, value = 0.75, label="Threshold"),
79
  gr.Slider(0, 1, value = 0.75, label="IoU Threshold"),
80
  gr.Slider(0, 1, value = 0.8, label="Opacity of GradCAM")],
81
+ outputs = [gr.Image(label="Output").scale(width=600, height=600)],
82
  title = title,
83
  description = description,
84
  examples = examples,