Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TianTianr
/
sy
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
sy
/
public
/
scripts
/
util
/
AbortReason.js
吴松泽
main
c120a1c
14 days ago
raw
Copy download link
history
blame
contribute
delete
143 Bytes
export
class
AbortReason
{
constructor
(
reason
) {
this
.
reason
= reason;
}
toString
(
) {
return
this
.
reason
;
}
}