Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
fastapi==0.104.1
|
2 |
-
uvicorn
|
3 |
-
torch
|
4 |
-
|
|
|
5 |
python-multipart==0.0.6
|
|
|
1 |
fastapi==0.104.1
|
2 |
+
uvicorn==0.24.0
|
3 |
+
torch==2.1.1
|
4 |
+
numpy==1.24.3
|
5 |
+
pydantic==2.5.2
|
6 |
python-multipart==0.0.6
|