mlbench123 commited on
Commit
ccab4c5
·
verified ·
1 Parent(s): 2425630

Create requirements.txt

Browse files
Files changed (1) hide show
  1. 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