Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -219,13 +219,10 @@ def generate_video(model_name: str,
|
|
219 |
|
220 |
# Define examples for image and video inference
|
221 |
image_examples = [
|
222 |
-
["Extract the content.", "images/
|
223 |
-
["
|
224 |
-
["
|
225 |
-
["
|
226 |
-
["Find the value of 'X'.", "images/3.jpg"],
|
227 |
-
["Simplify the expression.", "images/4.jpg"],
|
228 |
-
["Solve for the value.", "images/5.png"]
|
229 |
]
|
230 |
|
231 |
video_examples = [
|
|
|
219 |
|
220 |
# Define examples for image and video inference
|
221 |
image_examples = [
|
222 |
+
["Extract the content.", "assets/images/1.png"],
|
223 |
+
["Make this into a table for the README.md file.", "assets/images/2.jpg"],
|
224 |
+
["Extract the table content from the image.", "assets/images/3.png"],
|
225 |
+
["Perform OCR on the image.", "assets/images/4.jpg"],
|
|
|
|
|
|
|
226 |
]
|
227 |
|
228 |
video_examples = [
|