locorene1000 commited on
Commit
07c07f1
·
1 Parent(s): 52a4c94
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
- transformers==4.30.0
2
  torch==2.0.1
3
  huggingface_hub==0.16.4
4
- gradio==3.24.1 # Para la interfaz web
5
- numpy==1.23.0 # Biblioteca para computación científica
 
 
1
+ transformers==4.30.0 --no-deps
2
  torch==2.0.1
3
  huggingface_hub==0.16.4
4
+ gradio==3.24.1
5
+ numpy==1.23.0
6
+ regex==2022.10.31