Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -10,4 +10,5 @@ soundfile # safe WAV read/write inside audio.py
|
|
| 10 |
python_speech_features # required by Wav2Lip’s audio.py
|
| 11 |
tqdm # progress bars (used in inference.py)
|
| 12 |
gradio # Space UI & API
|
| 13 |
-
librosa==0.9.2
|
|
|
|
|
|
| 10 |
python_speech_features # required by Wav2Lip’s audio.py
|
| 11 |
tqdm # progress bars (used in inference.py)
|
| 12 |
gradio # Space UI & API
|
| 13 |
+
librosa==0.9.2
|
| 14 |
+
face-alignment
|