Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jbilcke-hf/ai-comic-factory
DaenerysT
/
comicbook
like
5
Runtime error
App
Files
Files
Community
a40bf40
comicbook
/
src
/
app
/
engine
/
censorship.ts
jbilcke-hf
HF staff
initial commit
624088c
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
// unfortunately due to abuse by some users, I have to add this NSFW filter
const
secretSalt =
`
${process.env.SECRET_CENSORSHIP_KEY ||
""
}
`