Spaces:
Running
Running
pelinbalci
commited on
Commit
•
ad3d306
1
Parent(s):
6cd04a8
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def rectangle(image, result):
|
|
21 |
st.title("Get text from image with EasyOCR")
|
22 |
|
23 |
# subtitle
|
24 |
-
st.markdown("##
|
25 |
|
26 |
# upload image file
|
27 |
file = st.file_uploader(label = "Upload Here", type=['png', 'jpg', 'jpeg'])
|
|
|
21 |
st.title("Get text from image with EasyOCR")
|
22 |
|
23 |
# subtitle
|
24 |
+
st.markdown("## EasyOCR with Streamlit")
|
25 |
|
26 |
# upload image file
|
27 |
file = st.file_uploader(label = "Upload Here", type=['png', 'jpg', 'jpeg'])
|