Saurabh Kumar commited on
Commit
96fdb3f
1 Parent(s): 3ddf8ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if uploaded_file is not None:
33
  "type": "image",
34
  "image": image,
35
  },
36
- {"type": "text", "text": "Run Optical Character recognition on the image for Hindi and English."},
37
  ],
38
  }
39
  ]
 
33
  "type": "image",
34
  "image": image,
35
  },
36
+ {"type": "text", "text": "Run Optical Character recognition on the image and don't translate Hindi to English."},
37
  ],
38
  }
39
  ]