support arkhabbazan/ocr-math-captcha
#1
by Holmofy - opened
app.py
CHANGED
|
@@ -23,7 +23,7 @@ iface = gr.Interface(
|
|
| 23 |
inputs=[
|
| 24 |
gr.Image(),
|
| 25 |
gr.Dropdown(
|
| 26 |
-
['anuashok/ocr-captcha-v3','anuashok/ocr-captcha-v2','anuashok/ocr-captcha-v1','microsoft/trocr-base-printed'], label='Model to use'
|
| 27 |
)
|
| 28 |
],
|
| 29 |
outputs=['text'],
|
|
|
|
| 23 |
inputs=[
|
| 24 |
gr.Image(),
|
| 25 |
gr.Dropdown(
|
| 26 |
+
['anuashok/ocr-captcha-v3','anuashok/ocr-captcha-v2','anuashok/ocr-captcha-v1','microsoft/trocr-base-printed', 'arkhabbazan/ocr-math-captcha'], label='Model to use'
|
| 27 |
)
|
| 28 |
],
|
| 29 |
outputs=['text'],
|