mawady commited on
Commit
239a7e9
·
1 Parent(s): ba18a11

fix gradio textbox

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='str', label='predictions')
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 = (