Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
fastapi==0.110.0
|
| 3 |
uvicorn==0.27.1
|
|
|
|
| 4 |
torch==2.2.1+cpu
|
| 5 |
transformers==4.38.1
|
| 6 |
requests==2.31.0
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
fastapi==0.110.0
|
| 3 |
uvicorn==0.27.1
|
| 4 |
+
scikit-learn
|
| 5 |
torch==2.2.1+cpu
|
| 6 |
transformers==4.38.1
|
| 7 |
requests==2.31.0
|