raptor1 commited on
Commit
7a23279
·
verified ·
1 Parent(s): fce86b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -13
README.md CHANGED
@@ -1,21 +1,12 @@
1
  ---
2
- title: Summarize And Sentiment
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.0.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
- short_description: Input a text & get summary as well as sentiment of summary.
12
-
13
- # Text Summarizer and Sentiment Analyzer
14
-
15
- This app allows you to:
16
- 1. Summarize text.
17
- 2. Analyze the sentiment of the summarized text.
18
-
19
- How to use:
20
- - Enter a text of at least 150 characters.
21
- - Click "Start the process!" to get the summary and sentiment. Make sure to keep input text length in between 150 and 500.
 
1
  ---
2
+ title: Text Summarizer and Sentiment Analyzer
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 3.1.0 # Update this to the version you are using
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: Get summary and sentiment of your text.
12
+ ---