madhurjindal commited on
Commit
3c5ac26
·
verified ·
1 Parent(s): f57e32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ gr.Interface(
97
  visible=True,
98
  label="Bounding Box Predictions",
99
  ),
100
- gr.Image(label="GradCAM Output").style(width=416, height=416),
101
  ],
102
  examples=examples,
103
  title=title,
 
97
  visible=True,
98
  label="Bounding Box Predictions",
99
  ),
100
+ gr.Image(label="GradCAM Output").scale(width=416, height=416),
101
  ],
102
  examples=examples,
103
  title=title,