TIA / holo3d /start.ts
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
raw
history blame contribute delete
85 Bytes
import { startHolo3D } from "./index";
export function start() {
startHolo3D();
}