nickmuchi commited on
Commit
aa0f688
·
1 Parent(s): bc9b052

Update app.py

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