Spaces:
Runtime error
Runtime error
shibing624
commited on
Commit
•
9875773
1
Parent(s):
d3f3302
Upload requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
text2vec>=1.2.8
|
2 |
+
jieba>=0.39
|
3 |
+
loguru
|
4 |
+
transformers
|
5 |
+
Pillow
|
6 |
+
opencv-python
|
7 |
+
autofaiss
|
8 |
+
fire
|
9 |
+
fastapi
|
10 |
+
uvicorn
|
11 |
+
pydantic
|
12 |
+
requests
|
13 |
+
starlette
|
14 |
+
gradio
|