Styner1 commited on
Commit
de3d52f
·
verified ·
1 Parent(s): df4d1dd

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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