bhadresh-savani commited on
Commit
e717607
1 Parent(s): bb176bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ def predict_fn(img):
21
  save_image(out, 'out.png', normalize=True)
22
  return 'out.png'
23
 
24
- gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['sample.jpg'], ['sample2.jpg'], ['sample3.jpg']]).launch()
 
21
  save_image(out, 'out.png', normalize=True)
22
  return 'out.png'
23
 
24
+ gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['image1.jpg'],['image2.jpg'],['image3.jpg'],['image4.jpg'], ['sample.jpg'], ['sample2.jpg'], ['sample3.jpg']]).launch()