kuko6 commited on
Commit
71d5563
·
1 Parent(s): f4170ee

Updated the app description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -88,7 +88,7 @@ def build_app() -> gr.Blocks:
88
  with gr.Blocks(title="Image Cleanup") as app:
89
  gr.Markdown(
90
  "# Image Cleanup\n"
91
- "Upload an input image to remove dark, low-saturation debris."
92
  )
93
 
94
  with gr.Tab("Single image"):
 
88
  with gr.Blocks(title="Image Cleanup") as app:
89
  gr.Markdown(
90
  "# Image Cleanup\n"
91
+ "Upload an input image to remove dark, low-saturation artifacts."
92
  )
93
 
94
  with gr.Tab("Single image"):