Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
anuragshas
commited on
Commit
•
207bc4e
1
Parent(s):
c7e3514
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 = {'b', 'n', 'w', 'c', '3', '5', '8', '7', '6', 'x', 'e', 'm', '2', 'd', 'f', 'y', '4', 'g', 'p'}
|
11 |
max_length = 5
|
12 |
img_width = 200
|
13 |
img_height = 50
|