Spaces:
Runtime error
Runtime error
Odulana Hammed
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def extract_text(image):
|
|
| 22 |
{
|
| 23 |
"role": "user",
|
| 24 |
"content": [
|
| 25 |
-
{"type": "text", "text": "Extract handwritten text from the image"},
|
| 26 |
{"type": "image"}
|
| 27 |
]
|
| 28 |
}
|
|
|
|
| 22 |
{
|
| 23 |
"role": "user",
|
| 24 |
"content": [
|
| 25 |
+
{"type": "text", "text": "Extract handwritten text from the image and Include only the extracted text without any additional description or commentary in output"},
|
| 26 |
{"type": "image"}
|
| 27 |
]
|
| 28 |
}
|