Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
torch>=2.0.0
|
| 2 |
-
transformers
|
| 3 |
accelerate>=0.25.0
|
| 4 |
-
scipy=
|
| 5 |
numpy>=1.24.0
|
| 6 |
gradio==3.50.2
|
| 7 |
soundfile>=0.12.0
|
|
|
|
| 1 |
torch>=2.0.0
|
| 2 |
+
transformers @ git+https://github.com/huggingface/transformers.git # Latest from source
|
| 3 |
accelerate>=0.25.0
|
| 4 |
+
scipy>=1.11.0
|
| 5 |
numpy>=1.24.0
|
| 6 |
gradio==3.50.2
|
| 7 |
soundfile>=0.12.0
|