mehmetbarandir commited on
Commit
8d00c0f
·
verified ·
1 Parent(s): e26f5f7
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from huggingface_hub import hf_hub_download
6
  from tokenizer import Tokenizer
7
 
8
  TOKEN = os.getenv('hf_read_token')
9
- repo_id = "Nischay103/captcha_recognition"
10
  model_file = 'captcha_model.pt'
11
  model_path = hf_hub_download(repo_id=repo_id, filename=model_file, token=TOKEN)
12
  charset = r"0123456789"
 
6
  from tokenizer import Tokenizer
7
 
8
  TOKEN = os.getenv('hf_read_token')
9
+ repo_id = "mehmetbarandir/captcha_recognition"
10
  model_file = 'captcha_model.pt'
11
  model_path = hf_hub_download(repo_id=repo_id, filename=model_file, token=TOKEN)
12
  charset = r"0123456789"