HighCWu commited on
Commit
6462a42
·
1 Parent(s): 067ec2e

modify title

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