Spaces:
Runtime error
Runtime error
Commit
·
c84a261
1
Parent(s):
bab6893
update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ GRAYSCALE_LEVEL = CHAR_LEN / 256
|
|
18 |
SCALE = 0.15
|
19 |
|
20 |
# Character dimensions (width and height in pixels) used to match image aspect ratio to character aspect ratio
|
21 |
-
CHAR_W =
|
22 |
CHAR_H = 14
|
23 |
|
24 |
##### FUNCTIONS #####
|
|
|
18 |
SCALE = 0.15
|
19 |
|
20 |
# Character dimensions (width and height in pixels) used to match image aspect ratio to character aspect ratio
|
21 |
+
CHAR_W = 6
|
22 |
CHAR_H = 14
|
23 |
|
24 |
##### FUNCTIONS #####
|