HighCWu commited on
Commit
704c061
·
1 Parent(s): 3de631b

Update comment.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. Copy and paste the text to a notepad to see it correctly")
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()