Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
llzai
/
axonhub
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
axonhub
/
internal
/
objects
/
response.go
llzai
Upload 1793 files
9853396
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
171 Bytes
package
objects
type
ErrorResponse
struct
{
Error Error
`json:"error"`
}
type
Error
struct
{
Type
string
`json:"type"`
Message
string
`json:"message"`
}