Saurabh Kumar commited on
Commit
53f28c0
·
verified ·
1 Parent(s): c42cef3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ if uploaded_file is not None:
42
  "content": [
43
  {
44
  "type": "image",
45
- "image": "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
  ],