capstonedubtrack
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
|
5 |
device = "cuda"
|
6 |
os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
|
7 |
-
os.system('pip3 install --upgrade
|
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 uninstall numpy')
|
|
|
4 |
|
5 |
device = "cuda"
|
6 |
os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
|
7 |
+
os.system('pip3 install --upgrade pip')
|
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 uninstall numpy')
|