Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Mycha
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Youssouf Traore
commited on
Mar 5, 2023
Commit
ab0c243
·
1 Parent(s):
bc32455
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -28,6 +28,8 @@ def infer(im):
28
"rect": poly["dimensions"]
29
})
30
31
return blocks
32
33
28
"rect": poly["dimensions"]
29
})
30
31
+
32
+
print(blocks)
33
return blocks
34
35