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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -41,8 +41,7 @@ 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
- show_copy_button=True,
46
  )
47
 
48
  # 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
  )
46
 
47
  # Launch the interface