Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def classify_image(img_path):
|
|
57 |
|
58 |
image = gr.Image(type='filepath')
|
59 |
|
60 |
-
text = gr.
|
61 |
|
62 |
iface = gr.Interface(classify_image,image,text,
|
63 |
title="OCR for CAPTCHA",
|
|
|
57 |
|
58 |
image = gr.Image(type='filepath')
|
59 |
|
60 |
+
text = gr.Textbox()
|
61 |
|
62 |
iface = gr.Interface(classify_image,image,text,
|
63 |
title="OCR for CAPTCHA",
|