Spaces:
Runtime error
Runtime error
Commit
·
44b3ae9
1
Parent(s):
f437a4a
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ init_session_states()
|
|
| 23 |
import easyocr
|
| 24 |
|
| 25 |
def main():
|
| 26 |
-
st.session_state['disp'].text
|
| 27 |
uploaded_file = st.file_uploader("Choose image file to detect text",type=['jpeg','jpg'])
|
| 28 |
if uploaded_file is not None:
|
| 29 |
file_details = {"FileName":uploaded_file.name,"FileType":uploaded_file.type,"FileSize":uploaded_file.size}
|
|
|
|
| 23 |
import easyocr
|
| 24 |
|
| 25 |
def main():
|
| 26 |
+
st.session_state['disp'].text("Env setup up Complete")
|
| 27 |
uploaded_file = st.file_uploader("Choose image file to detect text",type=['jpeg','jpg'])
|
| 28 |
if uploaded_file is not None:
|
| 29 |
file_details = {"FileName":uploaded_file.name,"FileType":uploaded_file.type,"FileSize":uploaded_file.size}
|