Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
streamlit
|
2 |
-
fastapi
|
3 |
-
uvicorn
|
4 |
torch
|
5 |
transformers
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
7 |
-
pydantic
|
8 |
python-multipart
|
9 |
-
requests
|
|
|
|
|
|
1 |
streamlit
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
torch
|
5 |
transformers
|
6 |
git+https://github.com/VarunGumma/IndicTransToolkit.git
|
7 |
+
pydantic
|
8 |
python-multipart
|
9 |
+
requests
|
10 |
+
nest-asyncio
|
11 |
+
starlette
|