Spaces:
Running
Running
Updated the app description
Browse files
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
|
| 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"):
|