Spaces:
Runtime error
Runtime error
updates
Browse files
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 = "
|
| 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"
|