Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,7 +1,3 @@
|
|
1 |
-
--index-url https://download.pytorch.org/whl/cpu
|
2 |
-
torch==2.6.0+cpu
|
3 |
-
torchvision==0.21.0+cpu
|
4 |
-
|
5 |
fastapi
|
6 |
uvicorn[standard]
|
7 |
python-multipart
|
@@ -9,4 +5,8 @@ pillow
|
|
9 |
numpy
|
10 |
transformers==4.48.1
|
11 |
lightning
|
12 |
-
opencv-python
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
uvicorn[standard]
|
3 |
python-multipart
|
|
|
5 |
numpy
|
6 |
transformers==4.48.1
|
7 |
lightning
|
8 |
+
opencv-python
|
9 |
+
|
10 |
+
--index-url https://download.pytorch.org/whl/cpu
|
11 |
+
torch==2.6.0+cpu
|
12 |
+
torchvision==0.21.0+cpu
|