Manasa1 commited on
Commit
a29d631
·
verified ·
1 Parent(s): 1fa1068

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -11
requirements.txt CHANGED
@@ -1,14 +1,12 @@
1
- gradio==3.8.2
2
- transformers==4.15.0
3
- diffusers==0.9.0
4
- torch==1.12.0
5
- Pillow==9.0.1
6
- scipy==1.14.1
7
- moviepy==1.0.3
8
- groq==0.0.5
9
- deepgram==3.6.0
10
- TTS==0.10.0 # Coqui TTS
11
- git+https://github.com/open-mmlab/PIA.git # PIA for faster animation generation
12
 
13
 
14
 
 
1
+ gradio
2
+ transformers
3
+ diffusers
4
+ torch
5
+ Pillow
6
+ scipy
7
+ moviepy
8
+ TTS
9
+
 
 
10
 
11
 
12