Spaces:
Running
Running
Deniel Dimitrov
commited on
Commit
Β·
ade2e92
1
Parent(s):
aefbe4c
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def convert_to_ascii(image, text_size):
|
|
13 |
resized_image = image.resize((new_width, new_height))
|
14 |
grayscale_image = resized_image.convert('L')
|
15 |
|
16 |
-
ascii_chars = '
|
17 |
|
18 |
ascii_image = ''
|
19 |
for y in range(new_height):
|
|
|
13 |
resized_image = image.resize((new_width, new_height))
|
14 |
grayscale_image = resized_image.convert('L')
|
15 |
|
16 |
+
ascii_chars = 'β@&%#*β+=-:,.\/Β΄'
|
17 |
|
18 |
ascii_image = ''
|
19 |
for y in range(new_height):
|