Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,8 +205,8 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
205 |
|
206 |
# Define examples for image and video inference
|
207 |
image_examples = [
|
208 |
-
["explain the movie shot in detail.", "images/5.jpg"],
|
209 |
["convert this page to doc [text] precisely for markdown.", "images/1.png"],
|
|
|
210 |
["convert this page to doc [table] precisely for markdown.", "images/2.png"],
|
211 |
["explain the movie shot in detail.", "images/3.png"],
|
212 |
["fill the correct numbers.", "images/4.png"]
|
|
|
205 |
|
206 |
# Define examples for image and video inference
|
207 |
image_examples = [
|
|
|
208 |
["convert this page to doc [text] precisely for markdown.", "images/1.png"],
|
209 |
+
["explain the movie shot in detail.", "images/5.jpg"],
|
210 |
["convert this page to doc [table] precisely for markdown.", "images/2.png"],
|
211 |
["explain the movie shot in detail.", "images/3.png"],
|
212 |
["fill the correct numbers.", "images/4.png"]
|