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