Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -223,6 +223,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
223 |
|
224 |
# Define examples for image and video inference
|
225 |
image_examples = [
|
|
|
226 |
["convert this page to doc [text] precisely for markdown.", "images/1.png"],
|
227 |
["convert this page to doc [table] precisely for markdown.", "images/2.png"],
|
228 |
["explain the movie shot in detail.", "images/3.png"],
|
|
|
223 |
|
224 |
# Define examples for image and video inference
|
225 |
image_examples = [
|
226 |
+
["explain the movie shot in detail.", "images/5.jpg"],
|
227 |
["convert this page to doc [text] precisely for markdown.", "images/1.png"],
|
228 |
["convert this page to doc [table] precisely for markdown.", "images/2.png"],
|
229 |
["explain the movie shot in detail.", "images/3.png"],
|