Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HBDing
/
LayoutPainter
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LayoutPainter
/
src
/
frontend
/
shared
/
AnnotatedImageData.ts
HBDing
upd
4e514a6
24 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
162 Bytes
import
type
{
FileData
}
from
"@gradio/client"
;
import
Box
from
"./Box"
;
export
default
class
AnnotatedImageData
{
image
:
FileData
;
boxes
:
Box
[] = [];
}