prithivMLmods commited on
Commit
8dd50b3
·
verified ·
1 Parent(s): 5b43092

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def model_inference(message, history, use_docscopeocr):
147
 
148
  # Gradio Interface
149
  examples = [
150
- [{"text": "OCR the Text in the Image", "files": ["example/image.png"]}],
151
  [{"text": "Explain the video, frame by frame.", "files": ["example/demo1.mp4"]}],
152
  [{"text": "Describe the ad in detail.", "files": ["example/demo2.mp4"]}],
153
  ]
 
147
 
148
  # Gradio Interface
149
  examples = [
150
+ [{"text": "OCR the Text in the Image", "files": ["example/image.jpg"]}],
151
  [{"text": "Explain the video, frame by frame.", "files": ["example/demo1.mp4"]}],
152
  [{"text": "Describe the ad in detail.", "files": ["example/demo2.mp4"]}],
153
  ]