Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
-
transformers
|
| 2 |
-
torch
|
| 3 |
-
soundfile
|
| 4 |
-
gradio
|
| 5 |
-
huggingface_hub
|
| 6 |
-
numpy
|
| 7 |
-
accelerate==0.20.3
|
|
|
|
| 1 |
+
transformers
|
| 2 |
+
torch
|
| 3 |
+
soundfile
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
+
huggingface_hub
|
| 6 |
+
numpy
|
|
|