Update module_ocr.py
Browse files- module_ocr.py +1 -1
module_ocr.py
CHANGED
@@ -146,7 +146,7 @@ with gr.Blocks() as demo:
|
|
146 |
with gr.Accordion("Examples", open=False):
|
147 |
examples = gr.Examples(
|
148 |
[
|
149 |
-
['./
|
150 |
['./sample_ID.jpeg', ['eng','fra']],
|
151 |
],
|
152 |
inputs=[input_file, src_langs, output_type],
|
|
|
146 |
with gr.Accordion("Examples", open=False):
|
147 |
examples = gr.Examples(
|
148 |
[
|
149 |
+
['./Non-text-searchable.pdf', ['eng','fra']],
|
150 |
['./sample_ID.jpeg', ['eng','fra']],
|
151 |
],
|
152 |
inputs=[input_file, src_langs, output_type],
|