prithivMLmods commited on
Commit
5b43092
·
verified ·
1 Parent(s): 76be116

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -147,10 +147,9 @@ def model_inference(message, history, use_docscopeocr):
147
 
148
  # Gradio Interface
149
  examples = [
150
- [{"text": "OCR the Text in the Image", "files": ["rolm/1.jpeg"]}],
151
- [{"text": "Explain the Ad in Detail", "files": ["examples/videoplayback.mp4"]}],
152
- [{"text": "OCR the Image", "files": ["rolm/3.jpeg"]}],
153
- [{"text": "Extract as JSON table from the table", "files": ["examples/4.jpg"]}],
154
  ]
155
 
156
  demo = gr.ChatInterface(
 
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
  ]
154
 
155
  demo = gr.ChatInterface(