Deniel Dimitrov commited on
Commit
a75b059
·
1 Parent(s): 8c3a098

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -41,7 +41,8 @@ iface = gr.Interface(
41
  fn=convert_to_ascii, # Function to run
42
  inputs=["image","number"], # Input component (in this case, an image)
43
  outputs=gr.Textbox(show_copy_button=True), # Output component (in this case, text)
44
- title="image-to-ascii (by peasoup)"
 
45
  )
46
 
47
  # Launch the interface
 
41
  fn=convert_to_ascii, # Function to run
42
  inputs=["image","number"], # Input component (in this case, an image)
43
  outputs=gr.Textbox(show_copy_button=True), # Output component (in this case, text)
44
+ title="image-to-ascii (by peasoup)",
45
+ description="so i made this for mobile people and mac users (you're welcome!!), look at this omg: https://github.com/itspeasoup/image-to-ascii"
46
  )
47
 
48
  # Launch the interface