Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -180,7 +180,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
180 |
# Define examples for image and video inference
|
181 |
image_examples = [
|
182 |
["Jsonify Data.", "images/1.jpg"],
|
183 |
-
["Explain the pie-chart in detail.", "images/2.
|
184 |
]
|
185 |
|
186 |
video_examples = [
|
|
|
180 |
# Define examples for image and video inference
|
181 |
image_examples = [
|
182 |
["Jsonify Data.", "images/1.jpg"],
|
183 |
+
["Explain the pie-chart in detail.", "images/2.jpg"]
|
184 |
]
|
185 |
|
186 |
video_examples = [
|