Spaces:
Build error
Build error
update app
Browse files
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
|
| 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"],
|