ganga4364 commited on
Commit
7070768
·
verified ·
1 Parent(s): db0cc38

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -0
requirements.txt CHANGED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ transformers==4.34.0 # Or any latest compatible version
2
+ torch>=2.0.0 # Ensure you have PyTorch to run the TTS model
3
+ scipy>=1.8.0 # To handle saving audio files
4
+ gradio>=3.40.0 # Gradio for creating the user interface