Spaces:
Runtime error
Runtime error
Commit
·
c7e3514
1
Parent(s):
d84fc0b
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from huggingface_hub import from_pretrained_keras
|
|
| 7 |
import numpy as np
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
-
characters = {'
|
| 11 |
max_length = 5
|
| 12 |
img_width = 200
|
| 13 |
img_height = 50
|
|
|
|
| 7 |
import numpy as np
|
| 8 |
import gradio as gr
|
| 9 |
|
| 10 |
+
characters = {'d', 'w', 'y', '4', 'f', '6', 'g', 'e', '3', '5', 'p', 'x', '2', 'c', '7', 'n', 'b', '8', 'm'}
|
| 11 |
max_length = 5
|
| 12 |
img_width = 200
|
| 13 |
img_height = 50
|