ggirishg commited on
Commit
fa3af31
·
verified ·
1 Parent(s): 4b6a69e

Update setup.sh

Browse files
Files changed (1) hide show
  1. setup.sh +2 -3
setup.sh CHANGED
@@ -5,6 +5,5 @@ apt-get update
5
 
6
  # Install necessary system dependencies
7
  apt-get install -y ffmpeg
8
- pip install torch
9
- pip install torchaudio
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