Spaces:
Running
Running
Update app.py
Browse filesAdded trocr example
app.py
CHANGED
@@ -29,7 +29,7 @@ iface = gr.Interface(
|
|
29 |
inputs=[
|
30 |
gr.Image(),
|
31 |
gr.Dropdown(
|
32 |
-
['anuashok/ocr-captcha-v3','anuashok/ocr-captcha-v2','anuashok/ocr-captcha-v1','dragonstar/image-text-captcha-v2','chanelcolgate/trocr-base-printed_captcha_ocr'], label='Model to use'
|
33 |
)
|
34 |
],
|
35 |
outputs=['text'],
|
|
|
29 |
inputs=[
|
30 |
gr.Image(),
|
31 |
gr.Dropdown(
|
32 |
+
['anuashok/ocr-captcha-v3','anuashok/ocr-captcha-v2','anuashok/ocr-captcha-v1','microsoft/trocr-base-printed','dragonstar/image-text-captcha-v2','chanelcolgate/trocr-base-printed_captcha_ocr'], label='Model to use'
|
33 |
)
|
34 |
],
|
35 |
outputs=['text'],
|