Kvikontent commited on
Commit
db5064e
·
verified ·
1 Parent(s): 914234b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ Upload an image and convert it to ASCII art. Simply upload the image and
42
  click the 'Submit' button to see the ASCII art.
43
  """
44
 
45
- examples = ["example.jpg"] # Make sure this example image exists in the same directory as this script
46
 
47
  # Define the Gradio interface
48
  interface = gr.Interface(
 
42
  click the 'Submit' button to see the ASCII art.
43
  """
44
 
45
+ examples = ["example1.jpg"] # Make sure this example image exists in the same directory as this script
46
 
47
  # Define the Gradio interface
48
  interface = gr.Interface(