ali-kanbar commited on
Commit
2af081b
·
verified ·
1 Parent(s): bba1aed

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -12
requirements.txt CHANGED
@@ -1,12 +1,13 @@
1
- gradio
2
- edge_tts
3
- torch
4
- imageio
5
- opencv-python
6
- diffusers
7
- huggingface_hub
8
- safetensors
9
- pillow
10
- transformers
11
- moviepy
12
- numpy
 
 
1
+ gradio==4.19.2
2
+ edge-tts==6.1.9
3
+ torch==2.1.2
4
+ imageio==2.33.1
5
+ imageio-ffmpeg==0.4.9
6
+ opencv-python==4.9.0.80
7
+ diffusers==0.26.3
8
+ huggingface_hub==0.20.3
9
+ safetensors==0.4.2
10
+ pillow==10.2.0
11
+ transformers==4.36.2
12
+ moviepy==1.0.3
13
+ numpy==1.26.3