bhadresh-savani commited on
Commit
afce970
·
1 Parent(s): 362659d

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="sketchpad", outputs='image', examples=[['sample.jpeg']]).launch()
 
21
  save_image(out, 'out.png', normalize=True)
22
  return 'out.png'
23
 
24
+ gr.Interface(predict_fn, inputs="sketchpad", outputs='image', examples=[['sample.jpg']]).launch()