Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ def process_files_fixed(image_path, page_identifier, error_pages):
|
|
111 |
"text": prompt
|
112 |
},
|
113 |
{
|
114 |
-
"type": "
|
115 |
"image_url": f"data:image/jpeg;base64,{base64_image}"
|
116 |
}
|
117 |
]
|
|
|
111 |
"text": prompt
|
112 |
},
|
113 |
{
|
114 |
+
"type": "image",
|
115 |
"image_url": f"data:image/jpeg;base64,{base64_image}"
|
116 |
}
|
117 |
]
|