prithivMLmods commited on
Commit
b14f463
·
verified ·
1 Parent(s): a95857b

# Added GLM-4.1V-9B-Thinking

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,8 +228,8 @@ def generate_video(model_name: str, text: str, video_path: str,
228
  image_examples = [
229
  ["Fill the correct numbers", "images/image3.png"],
230
  ["Extract it as a table for README.md", "images/image0.jpg"],
231
- ["OCR the image", "images/image1.png"],
232
  ["Explain the scene", "images/image2.jpg"],
 
233
  ]
234
 
235
  video_examples = [
 
228
  image_examples = [
229
  ["Fill the correct numbers", "images/image3.png"],
230
  ["Extract it as a table for README.md", "images/image0.jpg"],
 
231
  ["Explain the scene", "images/image2.jpg"],
232
+ ["OCR the image", "images/image1.png"]
233
  ]
234
 
235
  video_examples = [