Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Joseph-hf/ai-comic-generator
Henhouse
/
workflow-comics
like
0
Sleeping
App
Files
Files
Community
main
workflow-comics
/
src
/
app
/
engine
/
forbidden.ts
zanekwok
init
450060f
9 months 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
]