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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -44,7 +44,6 @@ with tab1:
44
  if st.button('OCR Demo'):
45
  response = requests.get(url)
46
  img = Image.open(BytesIO(response.content))
47
- st.image(img) #display image
48
  img.load()
49
  st.image(img) #display image
50
 
 
44
  if st.button('OCR Demo'):
45
  response = requests.get(url)
46
  img = Image.open(BytesIO(response.content))
 
47
  img.load()
48
  st.image(img) #display image
49