Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -17,7 +17,6 @@ scalene==1.5.31.1
|
|
17 |
scikit-image==0.21.0
|
18 |
scipy==1.10.1
|
19 |
scikit-learn==1.3.2
|
20 |
-
tensorflow
|
21 |
toolz
|
22 |
torch
|
23 |
torchvision
|
@@ -27,3 +26,4 @@ paddlepaddle-gpu
|
|
27 |
paddleocr
|
28 |
pytesseract
|
29 |
pillow
|
|
|
|
17 |
scikit-image==0.21.0
|
18 |
scipy==1.10.1
|
19 |
scikit-learn==1.3.2
|
|
|
20 |
toolz
|
21 |
torch
|
22 |
torchvision
|
|
|
26 |
paddleocr
|
27 |
pytesseract
|
28 |
pillow
|
29 |
+
tensorflow[and-cuda]
|