prithivMLmods commited on
Commit
1ed1b2f
·
verified ·
1 Parent(s): 6f88271

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ def model_inference(input_dict, history):
292
  # Gradio Interface
293
  examples = [
294
  [{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
295
- [{"text": "@RolmOCR OCR the Image", "files": ["rolm/2.jpeg"]}],
296
  [{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
297
  [{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
298
  [{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],
 
292
  # Gradio Interface
293
  examples = [
294
  [{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
295
+ [{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
296
  [{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
297
  [{"text": "@aya-vision Summarize the letter", "files": ["examples/1.png"]}],
298
  [{"text": "@aya-vision Extract JSON from the image", "files": ["example_images/document.jpg"]}],