Spaces:
Sleeping
Sleeping
wjm55
commited on
Commit
·
d928eab
1
Parent(s):
3b05c4f
added fastapi
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP"
|
2 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip"
|
3 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api"
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/CLIP"
|
4 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/ml-mobileclip"
|
5 |
"git+https://github.com/THU-MIG/yoloe.git#subdirectory=third_party/lvis-api"
|