Spaces:
Sleeping
Sleeping
PKUWilliamYang
commited on
Commit
•
91b39fe
1
Parent(s):
5ed0f2f
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
|
|
1 |
dlib
|
2 |
numpy
|
3 |
opencv-python-headless
|
4 |
Pillow
|
5 |
scipy
|
6 |
torch
|
7 |
-
torchvision
|
|
|
1 |
+
uvicorn==0.17.1
|
2 |
dlib
|
3 |
numpy
|
4 |
opencv-python-headless
|
5 |
Pillow
|
6 |
scipy
|
7 |
torch
|
8 |
+
torchvision
|