Styner1 commited on
Commit
a4d5583
·
verified ·
1 Parent(s): b77adfe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +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
 
1
+ gradio>=3.0
2
+ # Add ALL dependencies your Zonos model requires here
3
+ # Example:
4
+ # numpy>=1.20
5
+ # torch>=1.10
6
+ # soundfile>=0.10