GAS17 commited on
Commit
14aa5f3
·
verified ·
1 Parent(s): 6b1b55d

Update requierements.txt

Browse files
Files changed (1) hide show
  1. requierements.txt +6 -3
requierements.txt CHANGED
@@ -1,3 +1,6 @@
1
- python-doctr
2
- gradio
3
- pypdfium2
 
 
 
 
1
+ gradio==3.41.0
2
+ python-doctr[tf]==0.7.0 # Cambia [tf] a [torch] si usas PyTorch
3
+ pypdfium2==3.21.1
4
+ tensorflow==2.13.0 # Requerido si usas [tf] en DocTR
5
+ # torch==2.0.1+cpu # Descomenta y ajusta si usas PyTorch
6
+ Pillow==9.5.0