prithivMLmods commited on
Commit
9a8eae6
·
verified ·
1 Parent(s): 87d9510

Update app.py

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