prithivMLmods commited on
Commit
09fe95e
·
verified ·
1 Parent(s): 23b3331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,9 +145,9 @@ def model_inference(message, history, use_coreocr):
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(
 
145
 
146
  # Gradio Interface
147
  examples = [
148
+ [{"text": "Validate the worksheet answers", "files": ["example/image1.png"]}],
149
  [{"text": "Explain the scene", "files": ["example/image2.jpg"]}],
150
+ [{"text": "Fill the correct numbers", "files": ["example/image3.png"]}],
151
  ]
152
 
153
  demo = gr.ChatInterface(