bhadresh-savani commited on
Commit
948c35d
1 Parent(s): cb4360b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,4 +21,4 @@ transform = Compose(
21
 
22
  model = GeneratorUNet.from_pretrained('huggan/pix2pix-uavid-15')
23
 
24
- gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['sample.jpg'], ['sample2.jpg'], ['sample3.jpg']]).launch()
 
21
 
22
  model = GeneratorUNet.from_pretrained('huggan/pix2pix-uavid-15')
23
 
24
+ gr.Interface(predict_fn, inputs=gr.inputs.Image(type='pil'), outputs='image', examples=[['image1.jpg'], ['image2.jpg'], ['sample.jpg'], ['sample2.jpg'], ['sample3.jpg']]).launch()