Joffrey Thomas commited on
Commit ·
1abc79c
1
Parent(s): 1fd2857
no reqs on version
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
langchain
|
|
@@ -6,18 +6,18 @@ mistralai
|
|
| 6 |
Pillow
|
| 7 |
gradio_client
|
| 8 |
TTS
|
| 9 |
-
pydantic
|
| 10 |
-
python-multipart
|
| 11 |
-
typing-extensions
|
| 12 |
mecab-python3
|
| 13 |
cutlet
|
| 14 |
unidic-lite
|
| 15 |
langid
|
| 16 |
deepspeed
|
| 17 |
pydub
|
| 18 |
-
transformers
|
| 19 |
-
elevenlabs
|
| 20 |
diffusers
|
| 21 |
protobuf
|
| 22 |
sentencepiece
|
| 23 |
-
tokenizers
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
langchain
|
|
|
|
| 6 |
Pillow
|
| 7 |
gradio_client
|
| 8 |
TTS
|
| 9 |
+
pydantic
|
| 10 |
+
python-multipart
|
| 11 |
+
typing-extensions
|
| 12 |
mecab-python3
|
| 13 |
cutlet
|
| 14 |
unidic-lite
|
| 15 |
langid
|
| 16 |
deepspeed
|
| 17 |
pydub
|
| 18 |
+
transformers
|
| 19 |
+
elevenlabs
|
| 20 |
diffusers
|
| 21 |
protobuf
|
| 22 |
sentencepiece
|
| 23 |
+
tokenizers
|