cr8 commited on
Commit
3ec82b1
·
verified ·
1 Parent(s): 0b2b293

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ iface = gr.Interface(
26
  label="Enhanced Image (JPEG)",
27
  format="jpeg" # Force JPEG output
28
  ),
29
- title="WEBP to JPEG Vibrancy Booster",
30
- description="Convert WEBP to JPEG while enhancing colors (1.0 = original vibrancy)"
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__":