Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
torch
|
| 3 |
+
git+https://github.com/huggingface/transformers.git
|
| 4 |
+
numpy
|
| 5 |
+
datasets
|
| 6 |
+
speechbrain
|
| 7 |
+
soundfile
|