Styner1 commited on
Commit
17be15c
·
verified ·
1 Parent(s): 043490a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,6 +1,6 @@
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
 
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