Spaces:
Runtime error
Runtime error
Commit
·
6a6d358
1
Parent(s):
7d690a9
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import requests
|
|
7 |
|
8 |
x = st.slider('Select a value')
|
9 |
st.write(x, 'squared is', x * x)
|
10 |
-
img = PIL.Image.open("
|
11 |
|
12 |
print("fetched image")
|
13 |
reader = easyocr.Reader(['en'])
|
|
|
7 |
|
8 |
x = st.slider('Select a value')
|
9 |
st.write(x, 'squared is', x * x)
|
10 |
+
img = PIL.Image.open("google_image_sample.jpg")
|
11 |
|
12 |
print("fetched image")
|
13 |
reader = easyocr.Reader(['en'])
|