Spaces:
Runtime error
Runtime error
Commit
·
9467051
1
Parent(s):
c446100
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 = {'2', '3', '4', '5', '6', '7', '8', 'b', 'c', 'd', 'e', 'f', 'g', 'm', 'n', 'p', 'w', 'x', 'y'}
|
11 |
max_length = 5
|
12 |
img_width = 200
|
13 |
img_height = 50
|