gabrielchua commited on
Commit
56bd410
1 Parent(s): b9eac8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def extract_receipt_info(image):
32
  "content": [
33
  {
34
  "type": "text",
35
- "text": "Your task is to extract key information from the provided receipt image.\n\nReply in table.\n\nThis is the schema:\n- item (str), description of the item\n- price (float), price of the item\n- quantity (int), quantity of the item\n- total (float), total cost for the item"
36
  },
37
  {
38
  "type": "image_url",
 
32
  "content": [
33
  {
34
  "type": "text",
35
+ "text": "Your task is to extract key information from the provided receipt image.\n\nONLY reply with a table.\n\Follow this schema:\n1. item (str), name of the item\n2. price (float), price of the item\n3. quantity (int), quantity of the item\n4. total (float), total cost for the item.\n\nRemember to just end with the table."
36
  },
37
  {
38
  "type": "image_url",