Spaces:
Running on Zero
Running on Zero
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi>=0.109.0
|
| 2 |
+
uvicorn[standard]>=0.27.0
|
| 3 |
+
pydantic>=2.5.0
|
| 4 |
+
torch>=2.2.0
|
| 5 |
+
torchvision>=0.17.0
|
| 6 |
+
transformers>=4.38.0
|
| 7 |
+
datasets>=2.17.0
|
| 8 |
+
soundfile>=0.12.1
|
| 9 |
+
sentencepiece>=0.2.0
|
| 10 |
+
pillow>=10.2.0
|
| 11 |
+
numpy>=1.26.0
|
| 12 |
+
scipy>=1.11.0
|
| 13 |
+
scikit-learn>=1.3.0
|
| 14 |
+
pandas>=2.1.0
|
| 15 |
+
plotly>=5.18.0
|
| 16 |
+
safetensors>=0.4.2
|