Adityadn commited on
Commit
a8d2a4d
·
verified ·
1 Parent(s): e018cca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def convert_image(image, target_format):
42
  interface = gr.Interface(
43
  fn=convert_image,
44
  inputs=[
45
- gr.Image(label="Upload Image", type="filepath"),
46
  gr.Dropdown(label="Select Target Format", choices=supported_formats)
47
  ],
48
  outputs=gr.File(label="Converted Image"),
 
42
  interface = gr.Interface(
43
  fn=convert_image,
44
  inputs=[
45
+ gr.Image(label="Upload Image", type="filepath", height=100),
46
  gr.Dropdown(label="Select Target Format", choices=supported_formats)
47
  ],
48
  outputs=gr.File(label="Converted Image"),