Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
duzhong
/
intern-creative-platform
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
intern-creative-platform
/
public
/
scripts
/
util
/
AbortReason.js
duzhong
Upload folder using huggingface_hub
84602ce
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
143 Bytes
export
class
AbortReason
{
constructor
(
reason
) {
this
.
reason
= reason;
}
toString
(
) {
return
this
.
reason
;
}
}