Spaces:
Build error
Build error
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ fastapi
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
opencv-contrib-python-headless
|
| 5 |
-
|
|
|
|
| 6 |
Pillow
|
| 7 |
numpy
|
| 8 |
google-genai
|
|
|
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
opencv-contrib-python-headless
|
| 5 |
+
onnxruntime
|
| 6 |
+
rembg
|
| 7 |
Pillow
|
| 8 |
numpy
|
| 9 |
google-genai
|