Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -6
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
flask
|
4 |
torch
|
5 |
transformers
|
6 |
-
|
7 |
-
|
8 |
-
nest_asyncio
|
9 |
-
pydantic
|
|
|
1 |
fastapi
|
2 |
+
uvicorn
|
|
|
3 |
torch
|
4 |
transformers
|
5 |
+
pydantic
|
6 |
+
python-dotenv
|
|
|
|