Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# HF Spaces — Amazon Trailer Inspector (API mode)
|
| 2 |
+
# DO NOT add gradio — not needed for API mode
|
| 3 |
+
|
| 4 |
+
fastapi>=0.110.0
|
| 5 |
+
uvicorn>=0.29.0
|
| 6 |
+
pydantic>=2.0.0
|
| 7 |
+
Pillow>=10.0.0
|
| 8 |
+
requests>=2.31.0
|
| 9 |
+
huggingface_hub>=0.22.0
|