Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
aigorithm
/
aicartoons
like
0
Model card
Files
Files and versions
Community
main
aicartoons
/
src
/
app
/
engine
/
forbidden.ts
aigorithm
commit
443495e
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
182 Bytes
// the NSFW has to contain bad words, but doing so might get the code flagged
// or attract unwanted attention, so we hash them
export
const
forbidden = [
// TODO implement this
]