Files
pipecat/examples/deployment/flyio-example/install_deps.py
2024-07-01 16:46:38 +01:00

5 lines
143 B
Python

import torch
# Download (cache) the Silero VAD model
torch.hub.load(repo_or_dir='snakers4/silero-vad', model='silero_vad', force_reload=True)