Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def ask_openai_with_image(instruction, imagea, imageb):
|
|
45 |
{
|
46 |
"type": "image_url",
|
47 |
"image_url": {
|
48 |
-
"url": f"data:image/jpeg;base64,{
|
49 |
"detail": "high",
|
50 |
},
|
51 |
},
|
|
|
45 |
{
|
46 |
"type": "image_url",
|
47 |
"image_url": {
|
48 |
+
"url": f"data:image/jpeg;base64,{base64_imagea}",
|
49 |
"detail": "high",
|
50 |
},
|
51 |
},
|