jbilcke-hf's picture
jbilcke-hf HF staff
working on some new features
3d4392e
raw
history blame
No virus
145 Bytes
"use client"
import dynamic from "next/dynamic"
export const LatentEngine = dynamic(() => import("./core/engine"), {
loading: () => null,
})