Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -207,7 +207,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
| 207 |
|
| 208 |
# Define examples for image and video inference
|
| 209 |
image_examples = [
|
| 210 |
-
["
|
| 211 |
["Explain the scene", "example/image2.jpg"],
|
| 212 |
["Fill the correct numbers", "example/image3.png"],
|
| 213 |
]
|
|
|
|
| 207 |
|
| 208 |
# Define examples for image and video inference
|
| 209 |
image_examples = [
|
| 210 |
+
["OCR the table for readme.md ....", "example/image1.png"],
|
| 211 |
["Explain the scene", "example/image2.jpg"],
|
| 212 |
["Fill the correct numbers", "example/image3.png"],
|
| 213 |
]
|