AItool commited on
Commit
efc45e9
·
verified ·
1 Parent(s): 4727f04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ with tab1:
39
  url = " https://raw.githubusercontent.com/webdevserv/image2OCR/main/images/ocr.jpg"
40
 
41
  st.subheader("OCR an image demo")
42
- img_description = st.text('Image text will extracted using OCR.')
43
 
44
  if st.button('OCR Demo'):
45
  response = requests.get(url)
 
39
  url = " https://raw.githubusercontent.com/webdevserv/image2OCR/main/images/ocr.jpg"
40
 
41
  st.subheader("OCR an image demo")
42
+ img_description = st.text('Image text will be extracted using OCR.')
43
 
44
  if st.button('OCR Demo'):
45
  response = requests.get(url)