Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
gradio
|
| 2 |
-
|
|
|
|
| 3 |
numpy
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
+
torch
|
| 3 |
+
opencv-python
|
| 4 |
numpy
|
| 5 |
+
pytesseract
|
| 6 |
+
transformers
|
| 7 |
+
torchvision
|