Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
@@ -7,7 +7,13 @@ faiss-cpu>=1.7.4
|
|
7 |
gradio>=4.14.0
|
8 |
jieba>=0.42.1
|
9 |
numpy>=1.23.0
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
|
12 |
|
13 |
|
|
|
7 |
gradio>=4.14.0
|
8 |
jieba>=0.42.1
|
9 |
numpy>=1.23.0
|
10 |
+
accelerate>=0.20.0
|
11 |
+
python-multipart>=0.0.5
|
12 |
+
uvicorn>=0.23.0
|
13 |
+
pydub>=0.25.1
|
14 |
+
tqdm>=4.64.0
|
15 |
+
rich>=13.0.0
|
16 |
+
orjson>=3.9.0
|
17 |
|
18 |
|
19 |
|