Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -225,6 +225,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
225 |
|
226 |
# Define examples for image and video inference
|
227 |
image_examples = [
|
|
|
228 |
["Reconstruct the doc [table] as it is.", "images/zh.png"],
|
229 |
["Explain the doc[table] in detail.", "images/0.png"],
|
230 |
["Fill the correct numbers", "images/image3.png"],
|
|
|
225 |
|
226 |
# Define examples for image and video inference
|
227 |
image_examples = [
|
228 |
+
["Reconstruct the content [table] as it is.", "images/doc.jpg"],
|
229 |
["Reconstruct the doc [table] as it is.", "images/zh.png"],
|
230 |
["Explain the doc[table] in detail.", "images/0.png"],
|
231 |
["Fill the correct numbers", "images/image3.png"],
|