ajitrajasekharan commited on
Commit
6a6d358
·
1 Parent(s): 7d690a9

Update app.py

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