Spaces:
Runtime error
Runtime error
Aryan Mishra commited on
Commit ·
1774b6f
1
Parent(s): 5e5ae22
Add missing fasttext dependency
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -9,4 +9,5 @@ scikit-learn>=1.5.0
|
|
| 9 |
sqlalchemy>=2.0.0
|
| 10 |
pydantic>=2.8.0
|
| 11 |
langdetect>=1.0.9
|
| 12 |
-
huggingface_hub<0.27.0
|
|
|
|
|
|
| 9 |
sqlalchemy>=2.0.0
|
| 10 |
pydantic>=2.8.0
|
| 11 |
langdetect>=1.0.9
|
| 12 |
+
huggingface_hub<0.27.0
|
| 13 |
+
fasttext
|