Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
@@ -10,6 +10,12 @@ pydantic
|
|
10 |
pydantic-settings
|
11 |
scenedetect==0.6.4
|
12 |
opencv-python==4.10.0.84
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
# fastapi==0.110.0
|
15 |
# uvicorn==0.27.1
|
|
|
10 |
pydantic-settings
|
11 |
scenedetect==0.6.4
|
12 |
opencv-python==4.10.0.84
|
13 |
+
torch
|
14 |
+
torchvision
|
15 |
+
transformers
|
16 |
+
pillow
|
17 |
+
beautifulsoup4
|
18 |
+
requests
|
19 |
|
20 |
# fastapi==0.110.0
|
21 |
# uvicorn==0.27.1
|