Update requirements.txt
Browse files- requirements.txt +13 -12
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
|
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
+
numpy==1.26.4
|
| 3 |
+
opencv-python
|
| 4 |
+
librosa
|
| 5 |
+
ffmpeg-python
|
| 6 |
+
torch==2.1.0
|
| 7 |
+
torchvision==0.16.0
|
| 8 |
+
tqdm
|
| 9 |
+
face-alignment
|
| 10 |
+
imageio
|
| 11 |
+
imageio-ffmpeg
|
| 12 |
+
scipy
|
| 13 |
+
huggingface_hub==0.19.4
|