prithivMLmods commited on
Commit
866bd51
·
verified ·
1 Parent(s): eb7b740

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -225,9 +225,9 @@ def generate_image(model_name: str, text: str, image: Image.Image,
225
 
226
 
227
  image_examples = [
228
- ["Perform OCR on the image.", "images/1.jpg"],
229
- ["Phrase the document [page].", "images/2.jpg"],
230
- ["OCR and reconstruct the table perfectly.", "images/3.jpg"],
231
  ]
232
 
233
 
 
225
 
226
 
227
  image_examples = [
228
+ ["Perform OCR on the image.", "examples/1.jpg"],
229
+ ["Phrase the document [page].", "examples/2.jpg"],
230
+ ["OCR and reconstruct the table perfectly.", "examples/3.jpg"],
231
  ]
232
 
233