Spaces:
Runtime error
Runtime error
Update requierements.txt
Browse files- requierements.txt +6 -3
requierements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
-
|
2 |
-
|
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
|