Spaces:
Build error
Build error
Commit
Β·
68150cb
1
Parent(s):
61a74ed
added
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("Link to the app - [image-to-text
|
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/rajkumar218/image2text)")
|
13 |
|
14 |
#image uploader
|
15 |
image = st.file_uploader(label = "Upload your image here",type=['png','jpg','jpeg'])
|