Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -5,7 +5,9 @@ transformers>=4.30.0
|
|
| 5 |
accelerate>=0.20.0
|
| 6 |
scipy>=1.10.0
|
| 7 |
soundfile>=0.12.0
|
| 8 |
-
gradio
|
| 9 |
moviepy>=1.0.3
|
| 10 |
Pillow>=9.5.0
|
| 11 |
-
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
| 5 |
accelerate>=0.20.0
|
| 6 |
scipy>=1.10.0
|
| 7 |
soundfile>=0.12.0
|
| 8 |
+
gradio==4.44.0
|
| 9 |
moviepy>=1.0.3
|
| 10 |
Pillow>=9.5.0
|
| 11 |
+
numpy>=1.24.0
|
| 12 |
+
imageio>=2.31.1
|
| 13 |
+
imageio-ffmpeg>=0.4.8
|