Spaces:
Runtime error
Runtime error
circulartext
commited on
Commit
•
115f510
1
Parent(s):
9fcdba0
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn
|
3 |
+
jinja2
|
4 |
+
httpx
|
5 |
+
python-multipart
|
6 |
+
torch
|
7 |
+
scikit-learn
|
8 |
+
pandas==1.3.4
|
9 |
+
transformers==4.34.0
|
10 |
+
safetensors
|