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

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").scale(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", width=416, height=416),
101
  ],
102
  examples=examples,
103
  title=title,