Spaces:
Build error
Build error
Commit
·
9e08330
1
Parent(s):
dc24661
Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
296 |
extract_button.click(fn = ocr_interface,
|
297 |
inputs=[pdf_input, model_input, question_input], outputs=[values_output, total_output, text_output])
|
298 |
|
299 |
-
gr.Examples(['Example1(scannedDoc).pdf', 'Example2.pdf', 'Example3Large.pdf'], inputs = pdf_input,
|
300 |
cache_examples = True, fn = ocr_interface, outputs = [values_output, total_output, text_output])
|
301 |
|
302 |
demo.launch()
|
|
|
296 |
extract_button.click(fn = ocr_interface,
|
297 |
inputs=[pdf_input, model_input, question_input], outputs=[values_output, total_output, text_output])
|
298 |
|
299 |
+
gr.Examples(['Example1(scannedDoc).pdf', 'Example2.pdf', 'Example3Large.pdf', 'ex'], inputs = pdf_input,
|
300 |
cache_examples = True, fn = ocr_interface, outputs = [values_output, total_output, text_output])
|
301 |
|
302 |
demo.launch()
|