prithivMLmods commited on
Commit
7c8b297
·
verified ·
1 Parent(s): 5bcfcb2

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,7 +264,7 @@ def generate_image(model_name: str, text: str, image: Image.Image,
264
 
265
  image_examples = [
266
  ["Perform OCR on the image.", "examples/1.jpg"],
267
- ["Phrase the document [page].", "examples/2.jpg"],
268
  ["OCR the content perfectly.", "examples/3.jpg"],
269
  ]
270
 
 
264
 
265
  image_examples = [
266
  ["Perform OCR on the image.", "examples/1.jpg"],
267
+ ["Extract the contents. [page].", "examples/2.jpg"],
268
  ["OCR the content perfectly.", "examples/3.jpg"],
269
  ]
270