Spaces:
Runtime error
Runtime error
Commit
·
85d8257
1
Parent(s):
84c9b42
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ iface = gr.Interface(classify_image,image,text,
|
|
| 62 |
title="OCR for CAPTCHA",
|
| 63 |
description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
|
| 64 |
article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>",
|
| 65 |
-
examples = ["dd764.png"]
|
| 66 |
)
|
| 67 |
|
| 68 |
|
|
|
|
| 62 |
title="OCR for CAPTCHA",
|
| 63 |
description = "Keras Implementation of OCR model for reading captcha 🤖🦹🏻",
|
| 64 |
article = "Author: <a href=\"https://huggingface.co/anuragshas\">Anurag Singh</a>",
|
| 65 |
+
examples = ["dd764.png","3p4nn.png"]
|
| 66 |
)
|
| 67 |
|
| 68 |
|