# Added GLM-4.1V-9B-Thinking
Browse files
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 = [
|