Guldeniz commited on
Commit
d281e78
1 Parent(s): 88e8d2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def predict_fn(img):
19
  save_image(out, 'out.png', normalize=True)
20
  return 'out.png'
21
 
22
- gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['img.png'], ['real.jpeg'], ['real2.jpg']]).launch()
19
  save_image(out, 'out.png', normalize=True)
20
  return 'out.png'
21
 
22
+ gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image').launch()