docparser commited on
Commit
9dcfe95
·
verified ·
1 Parent(s): 9606b04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -10,7 +10,6 @@ import gradio as gr
10
  from huggingface_hub import Repository
11
 
12
 
13
-
14
  model_file = "captcha.onnx"
15
  img_size = (32,128)
16
  charset = r"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"
 
10
  from huggingface_hub import Repository
11
 
12
 
 
13
  model_file = "captcha.onnx"
14
  img_size = (32,128)
15
  charset = r"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~"