Didier commited on
Commit
e882b3f
·
verified ·
1 Parent(s): d250bbb

Update module_ocr.py

Browse files
Files changed (1) hide show
  1. module_ocr.py +1 -1
module_ocr.py CHANGED
@@ -114,7 +114,7 @@ with gr.Blocks() as demo:
114
  with gr.Row():
115
  input_file = gr.File(
116
  label="Upload an image OR a PDF file of a scanned document",
117
- height=100
118
  )
119
  with gr.Column():
120
  output_text = gr.Textbox(label="OCR output")
 
114
  with gr.Row():
115
  input_file = gr.File(
116
  label="Upload an image OR a PDF file of a scanned document",
117
+ height=160
118
  )
119
  with gr.Column():
120
  output_text = gr.Textbox(label="OCR output")