Spaces:
Runtime error
Runtime error
Commit ·
5f587c7
1
Parent(s): 781a98f
feat: requirements file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
nltk==3.8.1
|
| 3 |
+
scipy==1.10.1
|
| 4 |
+
scikit-learn==1.2.2
|
| 5 |
+
gensim==4.3.1
|
| 6 |
+
pandas==2.0.0
|
| 7 |
+
tqdm==4.65.0
|
| 8 |
+
nltk==3.8.1
|