Spaces:
Runtime error
Runtime error
fix gradio textbox
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ input_im = gr.inputs.Image(
|
|
| 43 |
)
|
| 44 |
|
| 45 |
output_img = gr.outputs.Image(label="Output of OCR", type="pil")
|
| 46 |
-
output_txt = gr.outputs.Textbox(type='
|
| 47 |
|
| 48 |
title = "Reading draught marks"
|
| 49 |
description = (
|
|
|
|
| 43 |
)
|
| 44 |
|
| 45 |
output_img = gr.outputs.Image(label="Output of OCR", type="pil")
|
| 46 |
+
output_txt = gr.outputs.Textbox(type='text', label='predictions')
|
| 47 |
|
| 48 |
title = "Reading draught marks"
|
| 49 |
description = (
|