Munaf1987 commited on
Commit
fbad3e3
·
verified ·
1 Parent(s): 89c191e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +28 -11
requirements.txt CHANGED
@@ -1,12 +1,29 @@
1
- gradio
2
- transformers
3
- accelerate
4
- torch
5
- pillow
6
- moviepy
7
- ffmpeg-python
8
- diffusers
9
- bark
10
- pyttsx3
 
 
 
 
 
 
 
 
 
 
 
 
11
  spaces
12
- imageio-ffmpeg
 
 
 
 
 
 
1
+ # Core ML frameworks
2
+ torch>=2.0.0
3
+ torchvision
4
+ transformers>=4.35.0
5
+ diffusers>=0.24.0
6
+ accelerate>=0.24.0
7
+ safetensors
8
+
9
+ # Image and video processing
10
+ Pillow>=9.0.0
11
+ opencv-python
12
+ numpy
13
+ imageio
14
+ imageio-ffmpeg
15
+
16
+ # Audio processing (open source)
17
+ TTS>=0.20.0
18
+ soundfile
19
+ librosa
20
+
21
+ # Gradio for interface
22
+ gradio>=4.0.0
23
  spaces
24
+
25
+ # Utilities
26
+ requests
27
+ tqdm
28
+ huggingface-hub
29
+ xformers # For memory optimization