Spaces:
Paused
Paused
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0
|
2 |
+
numpy>=1.21.0
|
3 |
+
soundfile>=0.10.3
|
4 |
+
torchaudio>=0.10.0
|
5 |
+
cached_path>=0.1.0
|
6 |
+
transformers>=4.0.0
|
7 |
+
torch>=1.10.0
|
8 |
+
num2words>=0.5.10
|
9 |
+
click>=8.0.0
|
10 |
+
git+https://github.com/jpgallegoar/Spanish-F5.git
|