Update app.py
Browse files
app.py
CHANGED
@@ -208,9 +208,9 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
208 |
|
209 |
# Define examples for image and video inference
|
210 |
image_examples = [
|
|
|
211 |
["ocr the image", "example/image1.png"],
|
212 |
["explain the scene", "example/image2.jpg"],
|
213 |
-
["fill the correct numbers", "example/image3.png"],
|
214 |
]
|
215 |
|
216 |
video_examples = [
|
|
|
208 |
|
209 |
# Define examples for image and video inference
|
210 |
image_examples = [
|
211 |
+
["fill the correct numbers", "example/image3.png"],
|
212 |
["ocr the image", "example/image1.png"],
|
213 |
["explain the scene", "example/image2.jpg"],
|
|
|
214 |
]
|
215 |
|
216 |
video_examples = [
|