prithivMLmods commited on
Commit
5afd124
·
verified ·
1 Parent(s): c2fa869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -197,6 +197,7 @@ def model_inference(input_dict, history):
197
  # Gradio Interface
198
  examples = [
199
  [{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
 
200
  [{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
201
  [{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
202
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
 
197
  # Gradio Interface
198
  examples = [
199
  [{"text": "@RolmOCR OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
200
+ [{"text": "@RolmOCR Explain the Ad in Detail", "files": ["examples/videoplayback.mp4"]}],
201
  [{"text": "@RolmOCR OCR the Image", "files": ["rolm/3.jpeg"]}],
202
  [{"text": "Can you describe this image?", "files": ["example_images/dogs.jpg"]}],
203
  [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],