Deniel Dimitrov commited on
Commit
426eb65
·
1 Parent(s): 8af4b66

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +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="text", # Output component (in this case, text)
44
- title="image-to-ascii (by peasoup)" # Title for the interface
45
  clipboard=True # Add clipboard option for output text
46
  )
47
 
 
41
  fn=convert_to_ascii, # Function to run
42
  inputs=["image","number"], # Input component (in this case, an image)
43
  outputs="text", # Output component (in this case, text)
44
+ title="image-to-ascii (by peasoup)", # Title for the interface
45
  clipboard=True # Add clipboard option for output text
46
  )
47