toandev commited on
Commit
4675638
1 Parent(s): 5d724fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ from utils.tokenizer_base import Tokenizer
15
  login(os.getenv("HF_TOKEN"))
16
 
17
  cwd = Path(__file__).parent.resolve()
18
- model_file = os.path.join(cwd, hf_hub_download("toandev/ocr-for-captcha", "model.onnx"))
19
 
20
  img_size = (32, 128)
21
 
 
15
  login(os.getenv("HF_TOKEN"))
16
 
17
  cwd = Path(__file__).parent.resolve()
18
+ model_file = os.path.join(cwd, hf_hub_download("toandev/OCR-for-Captcha", "model.onnx"))
19
 
20
  img_size = (32, 128)
21