Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,8 @@ iface = gr.Interface(
|
|
39 |
['krcx5.jpg','anuashok/ocr-captcha-v3'],
|
40 |
['hyp2a.jpg','dragonstar/image-text-captcha-v2'],
|
41 |
['k4kyf.jpg','chanelcolgate/trocr-base-printed_captcha_ocr']
|
42 |
-
]
|
|
|
43 |
)
|
44 |
|
45 |
iface.queue(max_size=10)
|
|
|
39 |
['krcx5.jpg','anuashok/ocr-captcha-v3'],
|
40 |
['hyp2a.jpg','dragonstar/image-text-captcha-v2'],
|
41 |
['k4kyf.jpg','chanelcolgate/trocr-base-printed_captcha_ocr']
|
42 |
+
],
|
43 |
+
article="Created by JSGR with :red_heart-emoji: and hope!!!"
|
44 |
)
|
45 |
|
46 |
iface.queue(max_size=10)
|