Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
|
@@ -4,3 +4,13 @@ requests
|
|
| 4 |
huggingface_hub
|
| 5 |
jinja2
|
| 6 |
python-multipart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
huggingface_hub
|
| 5 |
jinja2
|
| 6 |
python-multipart
|
| 7 |
+
|
| 8 |
+
fastapi
|
| 9 |
+
uvicorn
|
| 10 |
+
requests
|
| 11 |
+
huggingface_hub
|
| 12 |
+
jinja2
|
| 13 |
+
python-multipart
|
| 14 |
+
opencv-python-headless
|
| 15 |
+
numpy
|
| 16 |
+
tqdm
|