Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ def generate_video(text: str, video_path: str,
|
|
155 |
# Define examples for image and video inference
|
156 |
image_examples = [
|
157 |
["OCR the Text in the Image", "rolm/1.jpeg"],
|
158 |
-
["Explain the scene in detail.", "images/2.
|
159 |
]
|
160 |
|
161 |
video_examples = [
|
|
|
155 |
# Define examples for image and video inference
|
156 |
image_examples = [
|
157 |
["OCR the Text in the Image", "rolm/1.jpeg"],
|
158 |
+
["Explain the scene in detail.", "images/2.jpg"]
|
159 |
]
|
160 |
|
161 |
video_examples = [
|