blue / replit.nix
cloudtheboi's picture
Upload folder using huggingface_hub
4cdfc93
raw
history blame contribute delete
57 Bytes
{ pkgs }: {
deps = [
pkgs.ffmpeg_6-headless
];
}