freeai-app commited on
Commit
bb418d7
·
verified ·
1 Parent(s): 9c4eacb

Update requirements-visuals.txt

Browse files
Files changed (1) hide show
  1. requirements-visuals.txt +3 -5
requirements-visuals.txt CHANGED
@@ -1,17 +1,15 @@
1
  gradio==3.44.4
2
  moviepy==1.0.3
3
- requests==2.31.0
4
  gTTS==2.5.1
5
  Pillow==9.5.0
6
- ffmpeg-python==0.2.0
7
  numpy==1.23.5
8
 
9
- # AI models
10
- transformers==4.33.2
11
  torch==2.0.1
12
  torchvision==0.15.2
 
13
 
14
- # For Stable Diffusion image generation
15
  diffusers==0.20.2
16
  accelerate==0.21.0
17
  safetensors==0.3.2
 
1
  gradio==3.44.4
2
  moviepy==1.0.3
 
3
  gTTS==2.5.1
4
  Pillow==9.5.0
 
5
  numpy==1.23.5
6
 
7
+ # AI Models
 
8
  torch==2.0.1
9
  torchvision==0.15.2
10
+ transformers==4.33.2
11
 
12
+ # Stable Diffusion image generation
13
  diffusers==0.20.2
14
  accelerate==0.21.0
15
  safetensors==0.3.2