Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromΒ
sanbo1200/d4
sanbo1200
/
d5
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
d5
/
typings
/
typings.go
sanbo
upate
6390363
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
package
typings
type
GenericResponseLine
struct
{
Line
string
`json:"line"`
Error
string
`json:"error"`
}
type
StringStruct
struct
{
Text
string
`json:"text"`
}