capstonedubtrack commited on
Commit
f92749f
1 Parent(s): cab5ca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -6,7 +6,6 @@ device = "cuda"
6
  os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
7
  os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
8
  os.system('pip3 install moviepy')
9
- os.system('pip3 install numpy')
10
  os.system('pip3 install speechRecognition')
11
  os.system('pip3 install gtts')
12
  os.system('pip3 install googletrans==3.1.0a0')
 
6
  os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
7
  os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
8
  os.system('pip3 install moviepy')
 
9
  os.system('pip3 install speechRecognition')
10
  os.system('pip3 install gtts')
11
  os.system('pip3 install googletrans==3.1.0a0')