aifeifei798 commited on
Commit
213bd95
·
verified ·
1 Parent(s): b1f16e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def feifeichat(image):
44
  },
45
  {
46
  "type": "image_url",
47
- "image_url": f"data:image/jpeg;base64,{base64_image}",
48
  },
49
  ],
50
  }]
 
44
  },
45
  {
46
  "type": "image_url",
47
+ "image_url": image,
48
  },
49
  ],
50
  }]