Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -13
requirements.txt
CHANGED
|
@@ -1,16 +1,4 @@
|
|
|
|
|
| 1 |
torch
|
| 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
|
|
|
|
| 1 |
+
transformers>=4.40.0
|
| 2 |
torch
|
|
|
|
|
|
|
| 3 |
accelerate
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|