DarkyMan commited on
Commit
32c9571
β€’
1 Parent(s): 9f8628c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,9 +7,9 @@ from huggingface_hub import from_pretrained_keras
7
  import numpy as np
8
  import gradio as gr
9
 
10
- max_length = 5
11
- img_width = 200
12
- img_height = 50
13
 
14
  model = from_pretrained_keras("DarkyMan/un-captcha", compile=False)
15
 
 
7
  import numpy as np
8
  import gradio as gr
9
 
10
+ max_length = 6
11
+ img_width = 181
12
+ img_height = 49
13
 
14
  model = from_pretrained_keras("DarkyMan/un-captcha", compile=False)
15