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

Update module_ocr.py

Browse files
Files changed (1) hide show
  1. module_ocr.py +4 -1
module_ocr.py CHANGED
@@ -118,7 +118,10 @@ with gr.Blocks() as demo:
118
  )
119
  with gr.Column():
120
  output_text = gr.Textbox(label="OCR output")
121
- output_file = gr.File(label="Download OCR'ed PDF")
 
 
 
122
 
123
  # Input: anguage(s) used in document, output types
124
  with gr.Row():
 
118
  )
119
  with gr.Column():
120
  output_text = gr.Textbox(label="OCR output")
121
+ output_file = gr.File(
122
+ label="Download OCR'ed PDF",
123
+ height=100
124
+ )
125
 
126
  # Input: anguage(s) used in document, output types
127
  with gr.Row():