prithivMLmods commited on
Commit
d417121
·
verified ·
1 Parent(s): a8cca74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,8 +310,8 @@ def create_gradio_interface():
310
 
311
  gr.Examples(
312
  examples=[
313
- ["examples/2.jpg", "Extract the content."],
314
  ["examples/1.jpg", "Transcribe this receipt."],
 
315
  ["examples/3.jpg", "OCR the image."],
316
  ],
317
  inputs=[image_input_doc, prompt_input_doc]
 
310
 
311
  gr.Examples(
312
  examples=[
 
313
  ["examples/1.jpg", "Transcribe this receipt."],
314
+ ["examples/2.jpg", "Extract the content."],
315
  ["examples/3.jpg", "OCR the image."],
316
  ],
317
  inputs=[image_input_doc, prompt_input_doc]