prithivMLmods commited on
Commit
7fef2b6
·
verified ·
1 Parent(s): 6a8f463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ examples = [
80
  [{"text": "Extract JSON from the image", "files": ["example_images/document.jpg"]}],
81
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
82
  [{"text": "Describe the photo", "files": ["examples/3.png"]}],
83
- [{"text": "Extract JSON from the table", "files": ["examples/4.jpg"]}],
84
  [{"text": "Summarize the full image in detail", "files": ["examples/2.jpg"]}],
85
  [{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
86
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],
 
80
  [{"text": "Extract JSON from the image", "files": ["example_images/document.jpg"]}],
81
  [{"text": "summarize the letter", "files": ["examples/1.png"]}],
82
  [{"text": "Describe the photo", "files": ["examples/3.png"]}],
83
+ [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
84
  [{"text": "Summarize the full image in detail", "files": ["examples/2.jpg"]}],
85
  [{"text": "Describe this image.", "files": ["example_images/campeones.jpg"]}],
86
  [{"text": "What is this UI about?", "files": ["example_images/s2w_example.png"]}],