gnosticdev commited on
Commit
9de9543
verified
1 Parent(s): 92940ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,10 +1,13 @@
1
  gradio
2
- google-auth google-auth-oauthlib google-auth-httplib2 google-api-python-client
3
  edge_tts
4
- moviepy==1.0.3 # Versi贸n espec铆fica para evitar problemas
5
  pydub
6
  ffmpeg-python
7
  transformers
8
  torch
9
  requests
10
- Pillow>=9.0.0 # Versi贸n compatible con moviepy
 
 
 
 
1
  gradio
2
+ google-api-python-client
3
  edge_tts
4
+ moviepy==1.0.3
5
  pydub
6
  ffmpeg-python
7
  transformers
8
  torch
9
  requests
10
+ Pillow>=9.0.0
11
+ google-auth
12
+ google-auth-oauthlib
13
+ google-auth-httplib2