Add wordcloud to requirements
Browse files- README.md +1 -5
- requirements.txt +2 -1
README.md
CHANGED
@@ -4,14 +4,10 @@ emoji: 😻
|
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
-
python_version: "3.
|
8 |
sdk_version: 3.35.2
|
9 |
app_file: app.py
|
10 |
pinned: false
|
11 |
-
<<<<<<< HEAD
|
12 |
-
python_version: 3.10
|
13 |
-
=======
|
14 |
-
>>>>>>> 3f402a838873355e0563b5171ab6b9bf7fd10932
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
4 |
colorFrom: red
|
5 |
colorTo: blue
|
6 |
sdk: gradio
|
7 |
+
python_version: "3.10.12"
|
8 |
sdk_version: 3.35.2
|
9 |
app_file: app.py
|
10 |
pinned: false
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
requirements.txt
CHANGED
@@ -10,4 +10,5 @@ autopep8
|
|
10 |
transformers
|
11 |
sentencepiece
|
12 |
bert-extractive-summarizer
|
13 |
-
tqdm
|
|
|
|
10 |
transformers
|
11 |
sentencepiece
|
12 |
bert-extractive-summarizer
|
13 |
+
tqdm
|
14 |
+
wordcloud
|