Spaces:
No application file
No application file
Commit
·
ecc0a09
1
Parent(s):
0bad7d3
Upload cog.yaml
Browse files
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"
|