capstonedubtrack
commited on
Commit
•
f2f1db5
1
Parent(s):
4da1eb3
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,8 @@ 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 speechRecognition')
|
10 |
os.system('pip3 install gtts')
|
11 |
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 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')
|