Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ interface = gr.Interface(
|
|
37 |
gr.Dropdown(label="Select Target Format", choices=supported_formats)
|
38 |
],
|
39 |
outputs=gr.File(label="Converted Image"),
|
40 |
-
title="
|
41 |
description="Upload an image and select any target format for conversion. Supports all formats recognized by Pillow.",
|
42 |
css="footer {visibility: hidden}"
|
43 |
)
|
|
|
37 |
gr.Dropdown(label="Select Target Format", choices=supported_formats)
|
38 |
],
|
39 |
outputs=gr.File(label="Converted Image"),
|
40 |
+
title="Image Format Converter",
|
41 |
description="Upload an image and select any target format for conversion. Supports all formats recognized by Pillow.",
|
42 |
css="footer {visibility: hidden}"
|
43 |
)
|