juyam commited on
Commit
9afb57c
·
1 Parent(s): 5ddefa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ def resize_image(image):
9
 
10
  iface = gr.Interface(fn=resize_image,
11
  inputs=[gr.Image(type="pil")],
12
- outputs=gr.Image(type="pil", label="Resized Image")
13
  )
14
 
15
  iface.launch()
 
9
 
10
  iface = gr.Interface(fn=resize_image,
11
  inputs=[gr.Image(type="pil")],
12
+ outputs=gr.Image(type="pil", label="360width Image")
13
  )
14
 
15
  iface.launch()