FredOru commited on
Commit
b799092
·
1 Parent(s): f64c9d2
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ def process(image_path):
39
  {
40
  "role": "user",
41
  "content": [
42
- {"type": "text", "text": prompts.SINGLE_QCM_PROMPT},
43
  {
44
  "type": "image_url",
45
  "image_url": {
 
39
  {
40
  "role": "user",
41
  "content": [
42
+ {"type": "text", "text": SINGLE_QCM_PROMPT},
43
  {
44
  "type": "image_url",
45
  "image_url": {