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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -112,8 +112,9 @@ def model_inference(message, history, use_docscopeocr):
112
 
113
  # Gradio Interface
114
  examples = [
115
- [{"text": "OCR the text in the image", "files": ["example/image.jpg"]}],
116
  [{"text": "Describe the content of the image", "files": ["example/image2.jpg"]}],
 
117
  ]
118
 
119
  demo = gr.ChatInterface(
 
112
 
113
  # Gradio Interface
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(