Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ transform,ort_session = initialize_model(model_file=model_file)
|
|
56 |
gr.Interface(
|
57 |
get_text,
|
58 |
inputs=gr.Image(type="pil"),
|
59 |
-
outputs=gr.
|
60 |
title="Text Captcha Reader",
|
61 |
examples=["8000.png"]
|
62 |
).launch()
|
|
|
56 |
gr.Interface(
|
57 |
get_text,
|
58 |
inputs=gr.Image(type="pil"),
|
59 |
+
outputs=gr.Textbox(),
|
60 |
title="Text Captcha Reader",
|
61 |
examples=["8000.png"]
|
62 |
).launch()
|