nsfw-api / src /config /model.ts
mofeibai's picture
Upload 4 files
1d08e36 verified
raw
history blame contribute delete
126 Bytes
const DEFAULT_MODEL_SIZE = 299;
export const model = {
size: Number(process.env.MODEL_SIZE) || DEFAULT_MODEL_SIZE,
};