Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -2,12 +2,15 @@ torch
|
|
| 2 |
torchaudio
|
| 3 |
transformers
|
| 4 |
accelerate
|
|
|
|
| 5 |
ffmpeg-python
|
| 6 |
soundfile
|
| 7 |
-
|
| 8 |
Pillow
|
|
|
|
| 9 |
requests
|
| 10 |
tqdm
|
| 11 |
-
git+https://github.com/OpenTalker/SadTalker.git
|
| 12 |
-
mediapipe
|
| 13 |
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
torchaudio
|
| 3 |
transformers
|
| 4 |
accelerate
|
| 5 |
+
tensorflow
|
| 6 |
ffmpeg-python
|
| 7 |
soundfile
|
| 8 |
+
numpy
|
| 9 |
Pillow
|
| 10 |
+
gradio
|
| 11 |
requests
|
| 12 |
tqdm
|
|
|
|
|
|
|
| 13 |
opencv-python
|
| 14 |
+
|
| 15 |
+
# Wav2Lip (stable)
|
| 16 |
+
git+https://github.com/Rudrabha/Wav2Lip.git
|