capstonedubtrack commited on
Commit
6b85d5e
1 Parent(s): f2f1db5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ 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 uninstall numpy')
10
- os.system('pip3 install numpy>=1.17.1')
11
  os.system('pip3 install speechRecognition')
12
  os.system('pip3 install gtts')
13
  os.system('pip3 install googletrans==3.1.0a0')
 
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 uninstall numpy')
10
+ os.system('pip3 install --upgrade numpy')
11
  os.system('pip3 install speechRecognition')
12
  os.system('pip3 install gtts')
13
  os.system('pip3 install googletrans==3.1.0a0')