Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joseph-hf
/
ai-comic-generator
like
21
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ai-comic-generator
/
src
/
app
/
engine
/
forbidden.ts
zanekwok
init
450060f
12 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
]