TIA / workers /hfSyncWorker.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: "HF sync worker online" };
}