Hjgugugjhuhjggg
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.100.0
|
2 |
+
uvicorn==0.23.2
|
3 |
+
google-cloud-storage==2.10.0
|
4 |
+
transformers==4.34.0
|
5 |
+
torch==2.0.1
|
6 |
+
python-dotenv==1.0.0
|
7 |
+
requests==2.31.0
|
8 |
+
pydantic==1.10.9
|