Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
HBDing
/
test
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test
/
src
/
frontend
/
shared
/
AnnotatedImageData.ts
Longxiang-ai
upd
e2db20d
4 months 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
[] = [];
}