Adityadn commited on
Commit
e018cca
·
verified ·
1 Parent(s): 4213103

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -47,8 +47,9 @@ interface = gr.Interface(
47
  ],
48
  outputs=gr.File(label="Converted Image"),
49
  title="Universal Image Format Converter",
50
- description="Upload an image and select any target format for conversion. Supports all formats recognized by Pillow.",
51
- footer="© 2025 Flowly AI. All rights reserved. Licensed under the Apache License 2.0. Created by Aditya Dwi Nugraha"
 
52
  )
53
 
54
  # Jalankan aplikasi
 
47
  ],
48
  outputs=gr.File(label="Converted Image"),
49
  title="Universal Image Format Converter",
50
+ description="""
51
+ Upload an image and select any target format for conversion. Supports all formats recognized by Pillow.
52
+ © 2025 Flowly AI. All rights reserved. Licensed under the Apache License 2.0. Created by Aditya Dwi Nugraha"""
53
  )
54
 
55
  # Jalankan aplikasi