Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -199,6 +199,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
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 |
|
|
|
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] precisely.", "images/4.png"],
|
203 |
["Convert this page to doc [text].", "images/1.png"],
|
204 |
["Convert chart to OTSL.", "images/2.png"]
|
205 |
|