Spaces:
Running
Running
Saurabh Kumar
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ if uploaded_file is not None:
|
|
42 |
"content": [
|
43 |
{
|
44 |
"type": "image",
|
45 |
-
"image":
|
46 |
},
|
47 |
{"type": "text", "text": "Run Optical Character recognition on the image."},
|
48 |
],
|
|
|
42 |
"content": [
|
43 |
{
|
44 |
"type": "image",
|
45 |
+
"image": image,
|
46 |
},
|
47 |
{"type": "text", "text": "Run Optical Character recognition on the image."},
|
48 |
],
|