Update module_ocr.py
Browse files- module_ocr.py +1 -1
module_ocr.py
CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
|
|
120 |
output_text = gr.Textbox(label="OCR output")
|
121 |
output_file = gr.File(
|
122 |
label="Download OCR'ed PDF",
|
123 |
-
height=
|
124 |
)
|
125 |
|
126 |
# Input: anguage(s) used in document, output types
|
|
|
120 |
output_text = gr.Textbox(label="OCR output")
|
121 |
output_file = gr.File(
|
122 |
label="Download OCR'ed PDF",
|
123 |
+
height=50
|
124 |
)
|
125 |
|
126 |
# Input: anguage(s) used in document, output types
|