Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
transformers
|
| 3 |
torch
|
| 4 |
Pillow
|
| 5 |
-
opencv-python-headless
|
|
|
|
|
|
| 1 |
+
fastapi==0.100.0
|
| 2 |
+
uvicorn==0.22.0
|
| 3 |
transformers
|
| 4 |
torch
|
| 5 |
Pillow
|
| 6 |
+
opencv-python-headless
|
| 7 |
+
|