capstonedubtrack commited on
Commit
1f1af2a
·
verified ·
1 Parent(s): 0624db1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 pip3')
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')