gnosticdev commited on
Commit
b25e7ed
verified
1 Parent(s): 84bda60

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -4
requirements.txt CHANGED
@@ -2,14 +2,13 @@ gradio
2
  playwright
3
  google-api-python-client
4
  edge_tts
5
- moviepy==1.0.3
6
  pydub
7
  ffmpeg-python
8
  transformers
9
  torch
10
  requests
11
- Pillow>=9.5.0 # Aseg煤rate de usar una versi贸n compatible con MoviePy
12
  google-auth
13
  google-auth-oauthlib
14
- google-auth-httplib2
15
- scipy # Necesario para el filtro gaussiano en resize_and_blur_video
 
2
  playwright
3
  google-api-python-client
4
  edge_tts
5
+ moviepy==1.0.4 # Versi贸n parcheada para Pillow >=9.0.0
6
  pydub
7
  ffmpeg-python
8
  transformers
9
  torch
10
  requests
11
+ Pillow>=9.5.0 # Versi贸n compatible con MoviePy
12
  google-auth
13
  google-auth-oauthlib
14
+ google-auth-httplib2