Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.103.2
|
2 |
+
uvicorn==0.23.2
|
3 |
+
transformers==4.31.0
|
4 |
+
torch==2.0.1
|
5 |
+
pydantic==2.4.2
|
6 |
+
logging==0.4.9.6
|