mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
fix import
This commit is contained in:
parent
003fad7cd0
commit
65cab457ff
@ -2,7 +2,7 @@ const tf = require("@tensorflow/tfjs-node")
|
||||
import * as nsfwjs from "nsfwjs/dist"
|
||||
|
||||
import readImage from "../read-image"
|
||||
import imageByteArray from "../imageByteArray"
|
||||
import imageByteArray from "../image-byte-array"
|
||||
|
||||
const imageToInput = (image, numChannels) => {
|
||||
const values = imageByteArray(image, numChannels)
|
||||
|
Loading…
x
Reference in New Issue
Block a user