Spaces:
Running
Running
Update app.py
Browse filesFix example warnings
app.py
CHANGED
@@ -35,9 +35,9 @@ iface = gr.Interface(
|
|
35 |
title = "Character Sequence Recognition From Captcha Image",
|
36 |
description = "Using some TrOCR models found on the HF Hub to test/break tough text captchas. Will you have to train your own?",
|
37 |
examples = [
|
38 |
-
['krcx5.jpg'],
|
39 |
-
['hyp2a.jpg'],
|
40 |
-
['k4kyf.jpg']
|
41 |
]
|
42 |
)
|
43 |
|
|
|
35 |
title = "Character Sequence Recognition From Captcha Image",
|
36 |
description = "Using some TrOCR models found on the HF Hub to test/break tough text captchas. Will you have to train your own?",
|
37 |
examples = [
|
38 |
+
['krcx5.jpg','anuashok/ocr-captcha-v3'],
|
39 |
+
['hyp2a.jpg','dragonstar/image-text-captcha-v2'],
|
40 |
+
['k4kyf.jpg','chanelcolgate/trocr-base-printed_captcha_ocr']
|
41 |
]
|
42 |
)
|
43 |
|