Update app.py
Browse files
app.py
CHANGED
@@ -226,7 +226,7 @@ def generate_video(model_name: str, text: str, video_path: str,
|
|
226 |
|
227 |
# Define examples for image and video inference
|
228 |
image_examples = [
|
229 |
-
["Explain the doc[table] in detail.", "images/
|
230 |
["Fill the correct numbers", "images/image3.png"],
|
231 |
["Explain the scene", "images/image2.jpg"],
|
232 |
["OCR the image", "images/image1.png"]
|
|
|
226 |
|
227 |
# Define examples for image and video inference
|
228 |
image_examples = [
|
229 |
+
["Explain the doc[table] in detail.", "images/0.png"],
|
230 |
["Fill the correct numbers", "images/image3.png"],
|
231 |
["Explain the scene", "images/image2.jpg"],
|
232 |
["OCR the image", "images/image1.png"]
|