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