Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
FastAPI
|
2 |
uvicorn
|
|
|
3 |
transformers
|
4 |
huggingface_hub
|
5 |
langid
|
6 |
httpx
|
7 |
python-telegram-bot
|
8 |
nest_asyncio
|
|
|
|
1 |
FastAPI
|
2 |
uvicorn
|
3 |
+
torch
|
4 |
transformers
|
5 |
huggingface_hub
|
6 |
langid
|
7 |
httpx
|
8 |
python-telegram-bot
|
9 |
nest_asyncio
|
10 |
+
# fastapi
|