mehulkatara commited on
Commit
cf14e47
·
1 Parent(s): 40f666c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def image_mod(image):
27
 
28
  demo = gr.Interface(
29
  image_mod,
30
- gr.Image(),
31
  "image",
32
  )
33
 
 
27
 
28
  demo = gr.Interface(
29
  image_mod,
30
+ gr.Image(type='pil'),
31
  "image",
32
  )
33