Spaces:
Sleeping
Sleeping
bug
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ def process(image_path):
|
|
39 |
{
|
40 |
"role": "user",
|
41 |
"content": [
|
42 |
-
{"type": "text", "text":
|
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": {
|