Update app.py
Browse files
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 |
|