Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -249,10 +249,10 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
249 |
image_examples = [
|
250 |
["Extract the food items, their prices, and the total price from the receipt, and output them in Markdown format.", "images/food_r.png"],
|
251 |
["Describe the safety measures in the image. Conclude (Safe / Unsafe)..", "images/5.jpg"],
|
252 |
-
["Convert this page to doc [
|
253 |
-
["Convert this page to doc [
|
254 |
["Explain the creativity in the image.", "images/6.jpg"],
|
255 |
-
["Convert this page to doc [
|
256 |
["Convert chart to OTSL.", "images/2.png"]
|
257 |
]
|
258 |
|
|
|
249 |
image_examples = [
|
250 |
["Extract the food items, their prices, and the total price from the receipt, and output them in Markdown format.", "images/food_r.png"],
|
251 |
["Describe the safety measures in the image. Conclude (Safe / Unsafe)..", "images/5.jpg"],
|
252 |
+
["Convert this page to doc [markdown] precisely.", "images/3.png"],
|
253 |
+
["Convert this page to doc [markdown] precisely.", "images/4.png"],
|
254 |
["Explain the creativity in the image.", "images/6.jpg"],
|
255 |
+
["Convert this page to doc [markdown] precisely.", "images/1.png"],
|
256 |
["Convert chart to OTSL.", "images/2.png"]
|
257 |
]
|
258 |
|