prithivMLmods commited on
Commit
ce6643f
·
verified ·
1 Parent(s): c04a995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ def model_inference(message, history, use_docscopeocr):
114
  examples = [
115
  [{"text": "OCR the text in the image", "files": ["example/image1.jpg"]}],
116
  [{"text": "Describe the content of the image", "files": ["example/image2.jpg"]}],
117
- [{"text": "Extract the image content", "files": ["example/image2.jpg"]}],
118
  ]
119
 
120
  demo = gr.ChatInterface(
 
114
  examples = [
115
  [{"text": "OCR the text in the image", "files": ["example/image1.jpg"]}],
116
  [{"text": "Describe the content of the image", "files": ["example/image2.jpg"]}],
117
+ [{"text": "Extract the image content", "files": ["example/image3.jpg"]}],
118
  ]
119
 
120
  demo = gr.ChatInterface(