Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -3,4 +3,6 @@ uvicorn
|
|
3 |
opencv-python
|
4 |
numpy
|
5 |
Pillow
|
6 |
-
python-multipart
|
|
|
|
|
|
3 |
opencv-python
|
4 |
numpy
|
5 |
Pillow
|
6 |
+
python-multipart
|
7 |
+
torch
|
8 |
+
transformers
|