Kvikontent commited on
Commit
747acb5
·
verified ·
1 Parent(s): 4900a23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ interface = gr.Interface(
38
  fn=image_to_ascii,
39
  inputs=gr.Image(label="Upload Image"),
40
  outputs=gr.Textbox(label="ASCII Art"),
41
- examples=["example1.jpg", "example2.jpg"],
42
  title="Image to ASCII Art",
43
  description=description,
44
  )
 
38
  fn=image_to_ascii,
39
  inputs=gr.Image(label="Upload Image"),
40
  outputs=gr.Textbox(label="ASCII Art"),
41
+ examples=["example1.jpg"],
42
  title="Image to ASCII Art",
43
  description=description,
44
  )