prithivMLmods commited on
Commit
580d01c
·
verified ·
1 Parent(s): c74ffa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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 [text] precisely.", "images/3.png"],
253
- ["Convert this page to doc [text] precisely.", "images/4.png"],
254
  ["Explain the creativity in the image.", "images/6.jpg"],
255
- ["Convert this page to doc [text] precisely.", "images/1.png"],
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