RajatMalviya commited on
Commit
44a6a1d
·
verified ·
1 Parent(s): 47ee9ea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -5
requirements.txt CHANGED
@@ -1,5 +1,8 @@
1
- streamlit
2
- transformers
3
- torch
4
- librosa
5
- numpy
 
 
 
 
1
+ torch>=2.0.0
2
+ transformers>=4.30.0
3
+ diffusers>=0.19.0
4
+ accelerate>=0.20.0
5
+ gradio>=3.35.0
6
+ ffmpeg-python>=0.2.0
7
+ pillow>=9.0.0
8
+ dotenv>=0.0.5