capstonedubtrack
commited on
Commit
•
dcc40cf
1
Parent(s):
2c00bdf
Update app.py
Browse files
app.py
CHANGED
@@ -4,6 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
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')
|
|
|
4 |
|
5 |
device = "cuda"
|
6 |
os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
|
7 |
+
print('test')
|
8 |
os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
|
9 |
os.system('pip3 install moviepy')
|
10 |
os.system('pip3 install speechRecognition')
|