Spaces:
Running
Running
Update app.py
Browse files
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=
|
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"),
|