Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -110,11 +110,7 @@ iface = gr.Interface(
|
|
| 110 |
inputs=gr.Image(type="pil", label="Upload CAPTCHA Image"),
|
| 111 |
outputs=gr.Textbox(label="Predicted Text"),
|
| 112 |
title="CAPTCHA Solver (FastCRNN)",
|
| 113 |
-
description="Upload a CAPTCHA image to extract text using ResNet18 + BiLSTM"
|
| 114 |
-
examples=[
|
| 115 |
-
["examples/example1.png"],
|
| 116 |
-
["examples/example2.png"]
|
| 117 |
-
]
|
| 118 |
)
|
| 119 |
|
| 120 |
if __name__ == "__main__":
|
|
|
|
| 110 |
inputs=gr.Image(type="pil", label="Upload CAPTCHA Image"),
|
| 111 |
outputs=gr.Textbox(label="Predicted Text"),
|
| 112 |
title="CAPTCHA Solver (FastCRNN)",
|
| 113 |
+
description="Upload a CAPTCHA image to extract text using ResNet18 + BiLSTM"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
)
|
| 115 |
|
| 116 |
if __name__ == "__main__":
|