Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ if uploaded_file is not None:
|
|
33 |
"type": "image",
|
34 |
"image": image,
|
35 |
},
|
36 |
-
{"type": "text", "text": "
|
37 |
],
|
38 |
}
|
39 |
]
|
|
|
33 |
"type": "image",
|
34 |
"image": image,
|
35 |
},
|
36 |
+
{"type": "text", "text": "Extract text and print it"},
|
37 |
],
|
38 |
}
|
39 |
]
|