Spaces:
Build error
Build error
modify title
Browse files
app.py
CHANGED
@@ -199,6 +199,6 @@ iface = gr.Interface(sepia,
|
|
199 |
gr.inputs.Image(),
|
200 |
["image", "html"],
|
201 |
title = "Colorful ASCII Art",
|
202 |
-
description = "Convert an image to colorful ASCII art based on ascii character density.
|
203 |
|
204 |
iface.launch()
|
|
|
199 |
gr.inputs.Image(),
|
200 |
["image", "html"],
|
201 |
title = "Colorful ASCII Art",
|
202 |
+
description = "Convert an image to colorful ASCII art based on ascii character density. It generates converted image and svg.")
|
203 |
|
204 |
iface.launch()
|