ajitrajasekharan commited on
Commit
a7c28ef
1 Parent(s): 86134b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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')