Adityadn commited on
Commit
82482e3
·
verified ·
1 Parent(s): 0b2b515

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ footer {display: none;}
32
  interface = gr.Interface(
33
  fn=convert_image,
34
  inputs=[
35
- gr.Image(label="Upload Image", type="filepath", height=100), # Atur tinggi gambar input
36
  gr.Dropdown(label="Select Target Format", choices=supported_formats)
37
  ],
38
  outputs=gr.File(label="Converted Image"),
 
32
  interface = gr.Interface(
33
  fn=convert_image,
34
  inputs=[
35
+ gr.Image(label="Upload Image", type="filepath", height=512), # Atur tinggi gambar input
36
  gr.Dropdown(label="Select Target Format", choices=supported_formats)
37
  ],
38
  outputs=gr.File(label="Converted Image"),