prithivMLmods commited on
Commit
f99f00c
·
verified ·
1 Parent(s): 0bb8d32

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -373,7 +373,7 @@ def generate_gif(text: str, gif_path: str, max_new_tokens: int = 1024, temperatu
373
  time.sleep(0.01)
374
  yield buffer, buffer
375
 
376
- image_examples = [["Perform OCR on the image precisely...", "examples/images/1.jpg"],
377
  ["Caption the image. Describe the safety measures shown in the image. Conclude whether the situation is (safe or unsafe)...", "examples/images/2.jpg"],
378
  ["Solve the problem...", "examples/images/3.png"]]
379
  video_examples = [["Explain the Ad video in detail.", "examples/videos/1.mp4"],
 
373
  time.sleep(0.01)
374
  yield buffer, buffer
375
 
376
+ image_examples = [["Perform OCR on the image...", "examples/images/1.jpg"],
377
  ["Caption the image. Describe the safety measures shown in the image. Conclude whether the situation is (safe or unsafe)...", "examples/images/2.jpg"],
378
  ["Solve the problem...", "examples/images/3.png"]]
379
  video_examples = [["Explain the Ad video in detail.", "examples/videos/1.mp4"],