ZENLLC commited on
Commit
5e4f392
·
verified ·
1 Parent(s): e7c0941

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -1,7 +1,15 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
3
  ---
4
- # Hugging Face Space: Text Sentiment Analyzer
 
5
 
6
  ## Overview
7
  This application uses a pre-trained Hugging Face transformer model to perform sentiment analysis on user-provided text.
@@ -10,12 +18,7 @@ This application uses a pre-trained Hugging Face transformer model to perform se
10
  - Input: Free text.
11
  - Output: Sentiment analysis result, including the label (positive, negative, or neutral) and confidence score.
12
 
13
- ## Requirements
14
- - gradio==3.33.1
15
- - transformers==4.30.2
16
- - torch==2.0.1
17
-
18
  ## How to Use
19
  1. Enter any text into the input box.
20
  2. Click the analyze button.
21
- 3. View the sentiment result and confidence score.
 
1
  ---
2
+ title: Text Sentiment Analyzer
3
+ emoji: 🧐
4
+ colorFrom: blue
5
+ colorTo: green
6
+ sdk: gradio
7
+ sdk_version: "3.33.1"
8
+ app_file: app.py
9
+ pinned: false
10
  ---
11
+
12
+ # Text Sentiment Analyzer
13
 
14
  ## Overview
15
  This application uses a pre-trained Hugging Face transformer model to perform sentiment analysis on user-provided text.
 
18
  - Input: Free text.
19
  - Output: Sentiment analysis result, including the label (positive, negative, or neutral) and confidence score.
20
 
 
 
 
 
 
21
  ## How to Use
22
  1. Enter any text into the input box.
23
  2. Click the analyze button.
24
+ 3. View the sentiment result and confidence score.