GnanaPrasath commited on
Commit
409d7b5
·
verified ·
1 Parent(s): b7022e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ examples = [[i,j] for i,j in zip(image_examples,mode_examples)]
32
  gr.Interface(
33
  predict,
34
  inputs=[input_1,input_2],
35
- outputs=gr.TextArea(label="Extracted Text",interactive=False,
36
  show_copy_button=True),
37
  title="OCR TAMIL",
38
  examples=examples
 
32
  gr.Interface(
33
  predict,
34
  inputs=[input_1,input_2],
35
+ outputs=gr.TextBox(label="Extracted Text",interactive=False,
36
  show_copy_button=True),
37
  title="OCR TAMIL",
38
  examples=examples