Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,8 @@ iface = gr.Interface(
|
|
43 |
outputs=text,
|
44 |
title="character sequence recognition from scene-image (captcha)",
|
45 |
description="recognize captchas ",
|
46 |
-
examples=['examples/251615.png'
|
|
|
47 |
)
|
48 |
|
49 |
iface.launch()
|
|
|
43 |
outputs=text,
|
44 |
title="character sequence recognition from scene-image (captcha)",
|
45 |
description="recognize captchas ",
|
46 |
+
examples=['examples/251615.png','examples/e7dx2r.jpg','examples/980209.png','examples/2DMM4.png',
|
47 |
+
'examples/H1GQD.png','examples/Sv5Cwm.jpg','examples/Wwx7.png','examples/qw7vr.png']
|
48 |
)
|
49 |
|
50 |
iface.launch()
|