Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ajitrajasekharan
/
Image-Text-Detection
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ajitrajasekharan
commited on
Feb 24, 2022
Commit
4352add
·
1 Parent(s):
48d46e2
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -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