Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mofeibai
/
nsfw-api
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
nsfw-api
/
src
/
config
/
model.ts
mofeibai
Upload 4 files
1d08e36
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
126 Bytes
const
DEFAULT_MODEL_SIZE
=
299
;
export
const
model = {
size
:
Number
(process.
env
.
MODEL_SIZE
) ||
DEFAULT_MODEL_SIZE
,
};