nickmuchi commited on
Commit
03b8d39
·
1 Parent(s): 6e2019c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -101,7 +101,6 @@ gr.Interface(
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
- examples=[['https://wallpaperaccess.com/full/154009.jpg'],['IMG_5205.JPG']]
106
 
107
  ).launch()
 
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
 
106
  ).launch()