gnosticdev commited on
Commit
919ae3f
·
verified ·
1 Parent(s): fa201eb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -1
requirements.txt CHANGED
@@ -1,3 +1,4 @@
 
1
  gradio==4.44.0
2
  moviepy==1.0.3
3
  edge-tts==6.1.10
@@ -5,4 +6,12 @@ requests==2.32.3
5
  transformers==4.44.2
6
  torch==2.4.1
7
  numpy==1.26.4
8
- pillow==10.4.0
 
 
 
 
 
 
 
 
 
1
+ # Requirements para Hugging Face Spaces
2
  gradio==4.44.0
3
  moviepy==1.0.3
4
  edge-tts==6.1.10
 
6
  transformers==4.44.2
7
  torch==2.4.1
8
  numpy==1.26.4
9
+ pillow==10.4.0
10
+
11
+ # Dependencias adicionales mínimas para matching semántico
12
+ sentence-transformers @ https://github.com/UKPLab/sentence-transformers/archive/refs/heads/master.zip
13
+ scikit-learn==1.5.0
14
+
15
+ # Compatibilidad
16
+ protobuf==3.20.3
17
+ tqdm==4.66.4