MrFeelgoood commited on
Commit
52a177b
·
1 Parent(s): 9e08330

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', 'ex'], 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'], inputs = pdf_input,
300
  cache_examples = True, fn = ocr_interface, outputs = [values_output, total_output, text_output])
301
 
302
  demo.launch()