Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
249 |
|
250 |
# Define examples for image and video inference
|
251 |
image_examples = [
|
252 |
-
["Extract the content", "images/4.png"]
|
253 |
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|
254 |
["Perform OCR on the Image.", "images/1.jpg"],
|
255 |
["Extract the table content", "images/2.png"]
|
|
|
249 |
|
250 |
# Define examples for image and video inference
|
251 |
image_examples = [
|
252 |
+
["Extract the content", "images/4.png"],
|
253 |
["Convert this page to doc [table] precisely for markdown.", "images/0.png"],
|
254 |
["Perform OCR on the Image.", "images/1.jpg"],
|
255 |
["Extract the table content", "images/2.png"]
|