anuragshas commited on
Commit
207bc4e
1 Parent(s): c7e3514

Update app.py

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