Spaces:
Runtime error
Runtime error
Commit
·
837c3d7
1
Parent(s):
d41195f
Update app.py
Browse files
app.py
CHANGED
@@ -5,11 +5,11 @@ import streamlit as st
|
|
5 |
|
6 |
|
7 |
display_area = st.empty()
|
8 |
-
display_area.text("Setting up environment. This will take some time")
|
9 |
import os
|
10 |
os.system('pip install git+git://github.com/jaidedai/easyocr.git')
|
11 |
import easyocr
|
12 |
-
display_area.text("
|
13 |
|
14 |
def load_image(image_file):
|
15 |
img = PIL.Image.open(image_file)
|
|
|
5 |
|
6 |
|
7 |
display_area = st.empty()
|
8 |
+
display_area.text("Setting up environment. This will take some time...")
|
9 |
import os
|
10 |
os.system('pip install git+git://github.com/jaidedai/easyocr.git')
|
11 |
import easyocr
|
12 |
+
display_area.text("Env setup up Complete")
|
13 |
|
14 |
def load_image(image_file):
|
15 |
img = PIL.Image.open(image_file)
|