Spaces:
Running
Running
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -5,4 +5,6 @@ apt-get update
|
|
5 |
|
6 |
# Install necessary system dependencies
|
7 |
apt-get install -y ffmpeg
|
8 |
-
pip install torch
|
|
|
|
|
|
5 |
|
6 |
# Install necessary system dependencies
|
7 |
apt-get install -y ffmpeg
|
8 |
+
pip install torch
|
9 |
+
pip install torchaudio
|
10 |
+
pip install tensorflow
|