nateraw commited on
Commit
3ceb60d
1 Parent(s): c7aefc3

Update app.py

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