Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -239,8 +239,10 @@ def save_to_md(output_text):
|
|
239 |
|
240 |
# Define examples for image and video inference
|
241 |
image_examples = [
|
|
|
242 |
["Convert this page to doc [text] precisely.", "images/3.png"],
|
243 |
["Convert this page to doc [text] precisely.", "images/4.png"],
|
|
|
244 |
["Convert this page to doc [text] precisely.", "images/1.png"],
|
245 |
["Convert chart to OTSL.", "images/2.png"]
|
246 |
]
|
|
|
239 |
|
240 |
# Define examples for image and video inference
|
241 |
image_examples = [
|
242 |
+
["Describe the safety measures in the image. Conclude (Safe / Unsafe)..", "images/5.jpg"]
|
243 |
["Convert this page to doc [text] precisely.", "images/3.png"],
|
244 |
["Convert this page to doc [text] precisely.", "images/4.png"],
|
245 |
+
["Explain the creativity in the image.", "images/6.jpg"]
|
246 |
["Convert this page to doc [text] precisely.", "images/1.png"],
|
247 |
["Convert chart to OTSL.", "images/2.png"]
|
248 |
]
|