Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Jddjbddb/duck2api1616
cnmksjs
/
duck2api16169666
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ffa1ff4
duck2api16169666
/
typings
/
typings.go
ffreemt
Add route prefix /hf
931bd01
8 months ago
raw
Copy download link
history
blame
Safe
167 Bytes
package
typings
type
GenericResponseLine
struct
{
Line
string
`json:"line"`
Error
string
`json:"error"`
}
type
StringStruct
struct
{
Text
string
`json:"text"`
}