Spaces:
Runtime error
Runtime error
ajitrajasekharan
commited on
Commit
•
86134b4
1
Parent(s):
7daa415
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ def load_image(image_file):
|
|
12 |
def init_session_states():
|
13 |
if 'disp' not in st.session_state:
|
14 |
st.session_state['disp'] = st.empty()
|
15 |
-
st.session_state['disp'].text("Setting up environment with latest build of easyocr. This will take about a minute
|
16 |
if 'init' not in st.session_state:
|
17 |
st.session_state['init'] = 1
|
18 |
os.system('pip install git+git://github.com/jaidedai/easyocr.git')
|
|
|
12 |
def init_session_states():
|
13 |
if 'disp' not in st.session_state:
|
14 |
st.session_state['disp'] = st.empty()
|
15 |
+
st.session_state['disp'].text("Setting up environment with latest build of easyocr. This will take about a minute . . . ")
|
16 |
if 'init' not in st.session_state:
|
17 |
st.session_state['init'] = 1
|
18 |
os.system('pip install git+git://github.com/jaidedai/easyocr.git')
|