JUNGU commited on
Commit
6107263
β€’
1 Parent(s): 755858b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def extract_and_summarize(image):
31
  {
32
  "role": "user",
33
  "content": [
34
- {"type": "text", "text": "Here is an image of a document. Please summarize its content. λ°˜λ“œμ‹œ ν•œκ΅­μ–΄λ‘œ μ‘λ‹΅ν•΄μ€˜"},
35
  {"type": "image_url", "image_url": {"url": f"data:image/jpeg;base64,{image_base64}"}}
36
  ]
37
  }
 
31
  {
32
  "role": "user",
33
  "content": [
34
+ {"type": "text", "text": "Here is an image of a document. Please summarize its content just one sentence. λ°˜λ“œμ‹œ ν•œκ΅­μ–΄λ‘œ μ‘λ‹΅ν•΄μ€˜"},
35
  {"type": "image_url", "image_url": {"url": f"data:image/jpeg;base64,{image_base64}"}}
36
  ]
37
  }