added flyio deployment example

This commit is contained in:
Jon Taylor
2024-07-01 16:46:38 +01:00
parent 8dff460307
commit 0399c84dfa
8 changed files with 370 additions and 0 deletions

View File

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