Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def generate_video(model_name: str,
|
|
235 |
|
236 |
# Define examples for image and video inference
|
237 |
image_examples = [
|
238 |
-
["Extract the content.", "images/7.
|
239 |
["Solve the problem to find the value.", "images/1.jpg"],
|
240 |
["Explain the scene.", "images/6.JPG"],
|
241 |
["Solve the problem step by step.", "images/2.jpg"],
|
|
|
235 |
|
236 |
# Define examples for image and video inference
|
237 |
image_examples = [
|
238 |
+
["Extract the content.", "images/7.png"],
|
239 |
["Solve the problem to find the value.", "images/1.jpg"],
|
240 |
["Explain the scene.", "images/6.JPG"],
|
241 |
["Solve the problem step by step.", "images/2.jpg"],
|