bhadresh-savani commited on
Commit
50d0609
1 Parent(s): 5d9e883

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', examples=[['sample.jpg'], ['sample2.jpeg'], ['sample3.jpg']]).launch(share=True)
 
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=[['sample.jpg'], ['sample2.jpeg'], ['sample3.jpg']]).launch()