RedBottle13 commited on
Commit
c84a261
·
1 Parent(s): bab6893

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 8
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 #####