prithivMLmods commited on
Commit
704c805
·
verified ·
1 Parent(s): 16f62b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -145,9 +145,9 @@ def model_inference(message, history, use_coreocr):
145
 
146
  # Gradio Interface
147
  examples = [
148
- [{"text": "OCR the text in the image", "files": ["example/image1.jpg"]}],
149
- [{"text": "Describe the content of the image", "files": ["example/image2.jpg"]}],
150
- [{"text": "Extract the image content", "files": ["example/image3.jpg"]}],
151
  ]
152
 
153
  demo = gr.ChatInterface(
 
145
 
146
  # Gradio Interface
147
  examples = [
148
+ [{"text": "Validate the worksheet answers", "files": ["example/image1.jpg"]}],
149
+ [{"text": "Explain the scene", "files": ["example/image2.jpg"]}],
150
+ [{"text": "Fill the correct numbers", "files": ["example/image3.jpg"]}],
151
  ]
152
 
153
  demo = gr.ChatInterface(