prithivMLmods commited on
Commit
42064ed
·
verified ·
1 Parent(s): 9b5dfc8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -219,13 +219,10 @@ def generate_video(model_name: str,
219
 
220
  # Define examples for image and video inference
221
  image_examples = [
222
- ["Extract the content.", "images/7.png"],
223
- ["Solve the problem to find the value.", "images/1.jpg"],
224
- ["Explain the scene.", "images/6.JPG"],
225
- ["Solve the problem step by step.", "images/2.jpg"],
226
- ["Find the value of 'X'.", "images/3.jpg"],
227
- ["Simplify the expression.", "images/4.jpg"],
228
- ["Solve for the value.", "images/5.png"]
229
  ]
230
 
231
  video_examples = [
 
219
 
220
  # Define examples for image and video inference
221
  image_examples = [
222
+ ["Extract the content.", "assets/images/1.png"],
223
+ ["Make this into a table for the README.md file.", "assets/images/2.jpg"],
224
+ ["Extract the table content from the image.", "assets/images/3.png"],
225
+ ["Perform OCR on the image.", "assets/images/4.jpg"],
 
 
 
226
  ]
227
 
228
  video_examples = [