Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,8 @@ def process_image(image):
|
|
23 |
res = model(img)
|
24 |
return postprocess(res, charset, 'alignment')[0][0]
|
25 |
|
26 |
-
title = "
|
27 |
-
description = "
|
28 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/pdf/2103.06495.pdf'>Read Like Humans: Autonomous, Bidirectional and Iterative Language Modeling for Scene Text Recognition</a> | <a href='https://github.com/FangShancheng/ABINet'>Github Repo</a></p>"
|
29 |
|
30 |
iface = gr.Interface(fn=process_image,
|
31 |
inputs=gr.inputs.Image(type="pil"),
|
|
|
23 |
res = model(img)
|
24 |
return postprocess(res, charset, 'alignment')[0][0]
|
25 |
|
26 |
+
title = "Made with IterNet"
|
27 |
+
description = "I hate captchas"
|
|
|
28 |
|
29 |
iface = gr.Interface(fn=process_image,
|
30 |
inputs=gr.inputs.Image(type="pil"),
|