Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ iface = gr.Interface(
|
|
| 77 |
outputs=gr.Textbox(label="Predicted Text"),
|
| 78 |
title="OCR for CAPTCHA",
|
| 79 |
description="Solve captchas from images.",
|
| 80 |
-
examples=[]
|
| 81 |
)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|
|
|
|
| 77 |
outputs=gr.Textbox(label="Predicted Text"),
|
| 78 |
title="OCR for CAPTCHA",
|
| 79 |
description="Solve captchas from images.",
|
| 80 |
+
examples=["1.png","2.jfif","3.jpg"]
|
| 81 |
)
|
| 82 |
|
| 83 |
if __name__ == "__main__":
|