ajitrajasekharan commited on
Commit
4352add
·
1 Parent(s): 48d46e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,5 +16,7 @@ img = PIL.Image.open(requests.get(url, stream=True).raw).convert("RGB")
16
  #bound = reader.readtext(img)
17
  #print(bound)
18
 
 
 
19
 
20
 
 
16
  #bound = reader.readtext(img)
17
  #print(bound)
18
 
19
+ print("fetched image")
20
+
21
 
22