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