Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=3.0 # For the web interface
|
2 |
+
torch>=1.10 # Typically needed for TTS models
|
3 |
+
numpy>=1.20 # Common numerical dependency
|
4 |
+
librosa>=0.8 # For audio processing
|
5 |
+
soundfile>=0.10 # For WAV file handling
|
6 |
+
# Add any other packages your Zonos model specifically requires
|