Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -198,9 +198,9 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
198 |
|
199 |
# Define examples for image and video inference
|
200 |
image_examples = [
|
|
|
201 |
["Explain the pie-chart in detail.", "images/2.jpg"],
|
202 |
["Jsonify Data.", "images/1.jpg"],
|
203 |
-
["Provide a detailed caption for the image..", "images/A.jpg"]
|
204 |
]
|
205 |
|
206 |
video_examples = [
|
|
|
198 |
|
199 |
# Define examples for image and video inference
|
200 |
image_examples = [
|
201 |
+
["Provide a detailed caption for the image..", "images/A.jpg"],
|
202 |
["Explain the pie-chart in detail.", "images/2.jpg"],
|
203 |
["Jsonify Data.", "images/1.jpg"],
|
|
|
204 |
]
|
205 |
|
206 |
video_examples = [
|