Spaces:
Runtime error
Runtime error
Jerry Yan commited on
Commit ·
a27b142
1
Parent(s): ba9b40d
update files
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -3,7 +3,6 @@ import sys
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
|
| 6 |
-
os.system('pip install -r ./Wav2Lip/requirements.txt')
|
| 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('mv ./Wav2Lip/* .')
|
| 9 |
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
|
| 5 |
os.system('git clone https://github.com/Rudrabha/Wav2Lip.git')
|
|
|
|
| 6 |
os.system('curl -o ./Wav2Lip/face_detection/detection/sfd/s3fd.pth https://www.adrianbulat.com/downloads/python-fan/s3fd-619a316812.pth')
|
| 7 |
os.system('mv ./Wav2Lip/* .')
|
| 8 |
|
requirements.txt
CHANGED
|
@@ -4,5 +4,5 @@ opencv-contrib-python>=4.2.0.34
|
|
| 4 |
opencv-python==4.1.2.30
|
| 5 |
torch==1.4.0
|
| 6 |
torchvision==0.5.0
|
| 7 |
-
tqdm=
|
| 8 |
numba==0.48
|
|
|
|
| 4 |
opencv-python==4.1.2.30
|
| 5 |
torch==1.4.0
|
| 6 |
torchvision==0.5.0
|
| 7 |
+
tqdm>=4.45.0
|
| 8 |
numba==0.48
|