Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
tonyshark
/
ml_test
like
0
Model card
Files
Files and versions
Community
main
ml_test
/
reset.js
tonyshark
Upload 132 files
cc69848
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
168 Bytes
module
.
exports
= {
run
: [{
method
:
"fs.rm"
,
params
: {
path
:
"sd-scripts"
}
}, {
method
:
"fs.rm"
,
params
: {
path
:
"env"
}
}]
}