jameshuntercarter commited on
Commit
ecc0a09
1 Parent(s): 0bad7d3

Upload cog.yaml

Browse files
Files changed (1) hide show
  1. cog.yaml +3 -0
cog.yaml CHANGED
@@ -16,5 +16,8 @@ build:
16
  - "torchvision"
17
  - "torchaudio"
18
  - "light-the-torch"
 
 
 
19
 
20
  predict: "predict.py:Predictor"
 
16
  - "torchvision"
17
  - "torchaudio"
18
  - "light-the-torch"
19
+ - "ffmpeg"
20
+ system_packages:
21
+ - "ffmpeg"
22
 
23
  predict: "predict.py:Predictor"