TIA / workers /mappingWorker.ts
DJ-Goanna-Coding's picture
Upload folder using huggingface_hub
fa3ed75 verified
Raw
History Blame Contribute Delete
78 Bytes
export async function run() {
return { status: "Mapping worker online" };
}