muddokon commited on
Commit
0b5c35b
·
verified ·
1 Parent(s): 4fcbda4

Update app.py

Browse files

Added trocr example

Files changed (1) hide show
  1. app.py +1 -1
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'],