Spaces:
Sleeping
Sleeping
Update setup.sh
Browse files
setup.sh
CHANGED
@@ -5,6 +5,5 @@ apt-get update
|
|
5 |
|
6 |
# Install necessary system dependencies
|
7 |
apt-get install -y ffmpeg
|
8 |
-
|
9 |
-
pip install
|
10 |
-
pip install tensorflow
|
|
|
5 |
|
6 |
# Install necessary system dependencies
|
7 |
apt-get install -y ffmpeg
|
8 |
+
#!/bin/bash
|
9 |
+
pip install -r requirements.txt
|
|