prithivMLmods commited on
Commit
917081d
·
verified ·
1 Parent(s): fa5a1a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def generate_image(model_name: str, text: str, image: Image.Image,
233
  image_examples = [
234
  ["Perform OCR on the image.", "examples/1.jpg"],
235
  ["Phrase the document [page].", "examples/2.jpg"],
236
- ["OCR and reconstruct the table perfectly.", "examples/3.jpg"],
237
  ]
238
 
239
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
 
233
  image_examples = [
234
  ["Perform OCR on the image.", "examples/1.jpg"],
235
  ["Phrase the document [page].", "examples/2.jpg"],
236
+ ["OCR the content perfectly.", "examples/3.jpg"],
237
  ]
238
 
239
  with gr.Blocks(css=css, theme=steel_blue_theme) as demo: