denisebby
commited on
Commit
β’
b163fb8
1
Parent(s):
8e70c64
remove title
Browse files
app.py
CHANGED
@@ -9,8 +9,6 @@ st.title("Easy OCR - Extract Text from Images")
|
|
9 |
#subtitle
|
10 |
st.markdown("## Optical Character Recognition - Using `easyocr`, `streamlit` - hosted on π€ Spaces")
|
11 |
|
12 |
-
st.markdown("Link to the app - [image-to-text-app on π€ Spaces](https://huggingface.co/spaces/Amrrs/image-to-text-app)")
|
13 |
-
|
14 |
#image uploader
|
15 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
16 |
|
|
|
9 |
#subtitle
|
10 |
st.markdown("## Optical Character Recognition - Using `easyocr`, `streamlit` - hosted on π€ Spaces")
|
11 |
|
|
|
|
|
12 |
#image uploader
|
13 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
14 |
|