Odulana Hammed commited on
Commit
c4ae60e
·
verified ·
1 Parent(s): e0dc9e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  }