Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,8 +26,8 @@ iface = gr.Interface(
|
|
| 26 |
label="Enhanced Image (JPEG)",
|
| 27 |
format="jpeg" # Force JPEG output
|
| 28 |
),
|
| 29 |
-
title="
|
| 30 |
-
description="
|
| 31 |
)
|
| 32 |
|
| 33 |
if __name__ == "__main__":
|
|
|
|
| 26 |
label="Enhanced Image (JPEG)",
|
| 27 |
format="jpeg" # Force JPEG output
|
| 28 |
),
|
| 29 |
+
title=" Vibrancy Booster",
|
| 30 |
+
description=" enhancing colors (1.0 = original vibrancy)"
|
| 31 |
)
|
| 32 |
|
| 33 |
if __name__ == "__main__":
|