Update requirements.txt
Browse files- requirements.txt +13 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,19 @@
|
|
| 1 |
fastapi==0.99.1
|
| 2 |
uvicorn
|
| 3 |
requests
|
| 4 |
-
pydantic==1.10.12
|
| 5 |
langchain
|
| 6 |
langchain_google_genai
|
| 7 |
Pillow
|
| 8 |
-
gradio_client
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi==0.99.1
|
| 2 |
uvicorn
|
| 3 |
requests
|
|
|
|
| 4 |
langchain
|
| 5 |
langchain_google_genai
|
| 6 |
Pillow
|
| 7 |
+
gradio_client
|
| 8 |
+
TTS @ git+https://github.com/coqui-ai/TTS
|
| 9 |
+
pydantic==1.10.13
|
| 10 |
+
python-multipart==0.0.6
|
| 11 |
+
typing-extensions>=4.8.0
|
| 12 |
+
cutlet
|
| 13 |
+
mecab-python3==1.0.6
|
| 14 |
+
unidic-lite==1.0.8
|
| 15 |
+
unidic==1.1.0
|
| 16 |
+
langid
|
| 17 |
+
deepspeed
|
| 18 |
+
pydub
|
| 19 |
+
transformers==4.33.0
|