Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -88,7 +88,7 @@ with gr.Blocks() as demo:
|
|
| 88 |
max_lines=50,
|
| 89 |
show_copy_button=True
|
| 90 |
)
|
| 91 |
-
output_image = gr.Image(label="ASCII Art Image Preview", type="
|
| 92 |
|
| 93 |
# Update character set based on dropdown selection
|
| 94 |
def update_char_set(character_set, custom_chars):
|
|
|
|
| 88 |
max_lines=50,
|
| 89 |
show_copy_button=True
|
| 90 |
)
|
| 91 |
+
output_image = gr.Image(label="ASCII Art Image Preview", type="pil")
|
| 92 |
|
| 93 |
# Update character set based on dropdown selection
|
| 94 |
def update_char_set(character_set, custom_chars):
|