Spaces:
Sleeping
Sleeping
Update drawing.py
Browse files- drawing.py +1 -1
drawing.py
CHANGED
|
@@ -8,7 +8,7 @@ from scipy.interpolate import interp1d
|
|
| 8 |
|
| 9 |
|
| 10 |
alphabet = [
|
| 11 |
-
'\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.',
|
| 12 |
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
|
| 13 |
'?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
|
| 14 |
'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'Y',
|
|
|
|
| 8 |
|
| 9 |
|
| 10 |
alphabet = [
|
| 11 |
+
'\x00', ' ', '!', '"', '#', "'", '(', ')', ',', '-', '.',
|
| 12 |
'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', ':', ';',
|
| 13 |
'?', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
|
| 14 |
'L', 'M', 'N', 'O', 'P', 'R', 'S', 'T', 'U', 'V', 'W', 'Y',
|