prithivMLmods commited on
Commit
5e397c1
·
verified ·
1 Parent(s): bb3f64e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -225,6 +225,7 @@ def generate_video(model_name: str, text: str, video_path: str,
225
 
226
  # Define examples for image and video inference
227
  image_examples = [
 
228
  ["Reconstruct the doc [table] as it is.", "images/zh.png"],
229
  ["Explain the doc[table] in detail.", "images/0.png"],
230
  ["Fill the correct numbers", "images/image3.png"],
 
225
 
226
  # Define examples for image and video inference
227
  image_examples = [
228
+ ["Reconstruct the content [table] as it is.", "images/doc.jpg"],
229
  ["Reconstruct the doc [table] as it is.", "images/zh.png"],
230
  ["Explain the doc[table] in detail.", "images/0.png"],
231
  ["Fill the correct numbers", "images/image3.png"],