Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.30.0
|
| 3 |
gradio==4.44.0
|
|
|
|
|
|
|
| 4 |
soundfile>=0.12.0
|
| 5 |
imageio>=2.31.1
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
opencv-python-headless>=4.5.0
|
| 9 |
-
decorator>=4.4.2
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
transformers>=4.30.0
|
| 3 |
gradio==4.44.0
|
| 4 |
+
Pillow>=9.5.0
|
| 5 |
+
numpy>=1.24.0
|
| 6 |
soundfile>=0.12.0
|
| 7 |
imageio>=2.31.1
|
| 8 |
+
scipy>=1.10.0
|
| 9 |
+
accelerate>=0.20.0
|
|
|
|
|
|