Adityadn commited on
Commit
b36078c
·
verified ·
1 Parent(s): 75877a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Universal 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
  )
 
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
  )