Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = ["
|
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(
|