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