Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SCritter
/
st-mobile
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
st-mobile
/
public
/
scripts
/
util
/
AbortReason.js
Nanny7
Initial deploy with custom mobile UI
6efa67a
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
143 Bytes
export
class
AbortReason
{
constructor
(
reason
) {
this
.
reason
= reason;
}
toString
(
) {
return
this
.
reason
;
}
}