Spaces:
Build error
Build error
Update comment.
Browse files
app.py
CHANGED
@@ -201,6 +201,6 @@ iface = gr.Interface(sepia,
|
|
201 |
gr.inputs.Image(),
|
202 |
["image", "html", "html"],
|
203 |
title = "Colorful ASCII Art",
|
204 |
-
description = "Convert an image to colorful ASCII art based on ascii character density.
|
205 |
|
206 |
iface.launch()
|
|
|
201 |
gr.inputs.Image(),
|
202 |
["image", "html", "html"],
|
203 |
title = "Colorful ASCII Art",
|
204 |
+
description = "Convert an image to colorful ASCII art based on ascii character density. Click the first output text to download the generated svg.")
|
205 |
|
206 |
iface.launch()
|