Spaces:
Running
Running
add packages
Browse files- packages.txt +1 -0
- requirements.txt +2 -0
packages.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
ffmpeg
|
requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torchtext==0.15.1
|
2 |
+
pip install 'git+https://github.com/line/lighthouse.git'
|