Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ def generate_image(model_name: str, text: str, image: Image.Image,
|
|
| 233 |
image_examples = [
|
| 234 |
["Perform OCR on the image.", "examples/1.jpg"],
|
| 235 |
["Phrase the document [page].", "examples/2.jpg"],
|
| 236 |
-
["OCR
|
| 237 |
]
|
| 238 |
|
| 239 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|
|
|
|
| 233 |
image_examples = [
|
| 234 |
["Perform OCR on the image.", "examples/1.jpg"],
|
| 235 |
["Phrase the document [page].", "examples/2.jpg"],
|
| 236 |
+
["OCR the content perfectly.", "examples/3.jpg"],
|
| 237 |
]
|
| 238 |
|
| 239 |
with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
|