Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
|
2 |
fastapi==0.68.0
|
3 |
uvicorn==0.15.0
|
4 |
torch
|
5 |
transformers
|
6 |
-
git+https://github.com/
|
7 |
pydantic<2.0.0
|
8 |
-
python-multipart
|
|
|
|
1 |
+
streamlit
|
2 |
fastapi==0.68.0
|
3 |
uvicorn==0.15.0
|
4 |
torch
|
5 |
transformers
|
6 |
+
git+https://github.com/AI4Bharat/IndicTrans2.git
|
7 |
pydantic<2.0.0
|
8 |
+
python-multipart
|
9 |
+
nest-asyncio
|