Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -196,7 +196,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
196 |
# Define examples for image and video inference
|
197 |
image_examples = [
|
198 |
["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
|
199 |
-
["count the number of birds and explain the scene in detail.", "images/2.
|
200 |
]
|
201 |
|
202 |
video_examples = [
|
|
|
196 |
# Define examples for image and video inference
|
197 |
image_examples = [
|
198 |
["type out the messy hand-writing as accurately as you can.", "images/1.jpg"],
|
199 |
+
["count the number of birds and explain the scene in detail.", "images/2.jpeg"]
|
200 |
]
|
201 |
|
202 |
video_examples = [
|