Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio>=3.0
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
#
|
| 6 |
-
#
|
|
|
|
| 1 |
gradio>=3.0
|
| 2 |
+
numpy>=1.20
|
| 3 |
+
torch>=1.10
|
| 4 |
+
soundfile>=0.10
|
| 5 |
+
librosa>=0.9.1 # Common TTS dependency
|
| 6 |
+
base64 # Add this
|