Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -14
requirements.txt
CHANGED
@@ -1,14 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
fastapi==0.115.0 # FastAPI framework for API
|
13 |
-
uvicorn==0.30.6 # ASGI server to run FastAPI
|
14 |
-
python-multipart==0.0.9 # For handling multipart form-data (file uploads)
|
|
|
1 |
+
git+https://github.com/openai/CLIP.git@a1d0717
|
2 |
+
decord==0.6.0
|
3 |
+
nncore==0.4.4
|
4 |
+
numpy==1.26.4
|
5 |
+
pandas==2.2.2
|
6 |
+
pydantic==2.10.6
|
7 |
+
torch==2.2.1
|
8 |
+
torchvision==0.17.1
|
9 |
+
fastapi==0.115.0
|
10 |
+
uvicorn==0.30.6
|
11 |
+
python-multipart==0.0.9
|
|
|
|
|
|