Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joey7938
/
Joey
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Joey
File size: 95 Bytes
9de72d6
1
2
3
4
5
6
export
interface
ApiError
{ status?:
number
;
message
:
string
; details?:
any
; }