Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zye784581395
/
silly
like
1
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0386d1b
silly
/
public
/
scripts
/
util
/
AbortReason.js
周泳恩
添加core文件压缩和解压功能,保留用户自定义config.yaml
314a0ac
5 months ago
raw
Copy download link
history
blame
Safe
143 Bytes
export
class
AbortReason
{
constructor
(
reason
) {
this
.
reason
= reason;
}
toString
(
) {
return
this
.
reason
;
}
}