Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -197,13 +197,13 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
197 |
|
198 |
# Define examples for image and video inference
|
199 |
image_examples = [
|
200 |
-
["
|
201 |
-
["
|
202 |
]
|
203 |
|
204 |
video_examples = [
|
205 |
-
["Explain the
|
206 |
-
["
|
207 |
]
|
208 |
|
209 |
css = """
|
|
|
197 |
|
198 |
# Define examples for image and video inference
|
199 |
image_examples = [
|
200 |
+
["Convert this page to doc [text].", "images/1.png"],
|
201 |
+
["Convert chart to OTSL.", "images/2.png"]
|
202 |
]
|
203 |
|
204 |
video_examples = [
|
205 |
+
["Explain the video in detail.", "videos/2.mp4"],
|
206 |
+
["Explain the ad in detail.", "videos/1.mp4"]
|
207 |
]
|
208 |
|
209 |
css = """
|