prithivMLmods commited on
Commit
a33dee0
·
verified ·
1 Parent(s): 7b835c9

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
  ["Explain the doc[table] in detail.", "images/0.png"],
229
  ["Fill the correct numbers", "images/image3.png"],
230
  ["Explain the scene", "images/image2.jpg"],
 
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"],
231
  ["Explain the scene", "images/image2.jpg"],