Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -11,7 +11,6 @@ scikit-learn==1.4.2
|
|
| 11 |
sentencepiece==0.1.99
|
| 12 |
|
| 13 |
# Audio + File Handling
|
| 14 |
-
azure-cognitiveservices-speech==1.28.0
|
| 15 |
pillow==10.3.0
|
| 16 |
python-multipart==0.0.9
|
| 17 |
|
|
@@ -28,6 +27,7 @@ seaborn==0.13.2
|
|
| 28 |
faiss-cpu==1.7.4
|
| 29 |
tqdm==4.66.4
|
| 30 |
|
|
|
|
| 31 |
plotly
|
| 32 |
|
| 33 |
# Optional if use
|
|
|
|
| 11 |
sentencepiece==0.1.99
|
| 12 |
|
| 13 |
# Audio + File Handling
|
|
|
|
| 14 |
pillow==10.3.0
|
| 15 |
python-multipart==0.0.9
|
| 16 |
|
|
|
|
| 27 |
faiss-cpu==1.7.4
|
| 28 |
tqdm==4.66.4
|
| 29 |
|
| 30 |
+
#Charts
|
| 31 |
plotly
|
| 32 |
|
| 33 |
# Optional if use
|