VideoChain-API / src /services /processTask.mts
jbilcke-hf's picture
jbilcke-hf HF Staff
working on the VideoChain queue system
652f343
raw
history blame
103 Bytes
import { VideoTask } from "../types.mts";
export const processTask = async (task: VideoTask) => {
}