nickmuchi commited on
Commit
13f50b6
·
1 Parent(s): 03b8d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ gr.Interface(
99
  gr.Textbox(lines=1,label='Enter valid image URL here..'),
100
  gr.Image(type='pil'),
101
  gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')],
102
- outputs=gr.Image(shape=(400,400)),
103
  title = title,
104
  description=description
105
 
 
99
  gr.Textbox(lines=1,label='Enter valid image URL here..'),
100
  gr.Image(type='pil'),
101
  gr.Slider(minimum=0.2,maximum=1,value=0.7,label='Prediction Threshold')],
102
+ outputs=gr.Image(),
103
  title = title,
104
  description=description
105