Spaces:
Running
Running
1littlecoder
commited on
Commit
•
3d2db6a
1
Parent(s):
919d8c4
added a new line of md to show huggingdface
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ 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("")
|
13 |
|
14 |
#image uploader
|
15 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|
|
|
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'])
|