Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==5.38.0
|
| 2 |
+
pandas==2.2.3
|
| 3 |
+
numpy==2.1.3
|
| 4 |
+
nltk==3.9.1
|
| 5 |
+
matplotlib==3.9.2
|
| 6 |
+
seaborn==0.13.2
|
| 7 |
+
wordcloud==1.9.3
|
| 8 |
+
pillow==10.4.0
|