Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -264,7 +264,7 @@ def generate_image(model_name: str, text: str, image: Image.Image,
|
|
| 264 |
|
| 265 |
image_examples = [
|
| 266 |
["Perform OCR on the image.", "examples/1.jpg"],
|
| 267 |
-
["
|
| 268 |
["OCR the content perfectly.", "examples/3.jpg"],
|
| 269 |
]
|
| 270 |
|
|
|
|
| 264 |
|
| 265 |
image_examples = [
|
| 266 |
["Perform OCR on the image.", "examples/1.jpg"],
|
| 267 |
+
["Extract the contents. [page].", "examples/2.jpg"],
|
| 268 |
["OCR the content perfectly.", "examples/3.jpg"],
|
| 269 |
]
|
| 270 |
|