Update module_ocr.py
Browse files- 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=
|
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")
|