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