benjika commited on
Commit
2fa85a4
·
verified ·
1 Parent(s): 8a8eac3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -12,14 +12,14 @@ short_description: Classify Span Or not Spam
12
 
13
  # Gradio Spam Email Classifier
14
 
15
- This Gradio application classifies email bodies as either "Safe Email" or "Spam Email" using a pre-trained Hugging Face Transformers model.
16
 
17
 
18
  ## Usage
19
 
20
  1. **Enter the email body** you want to classify in the text input box.
21
  2. **Click the "Submit" button.**
22
- 3. **The application will display "Safe Email" or "Spam Email"** based on the model's prediction.
23
 
24
  ## Model
25
 
 
12
 
13
  # Gradio Spam Email Classifier
14
 
15
+ This Gradio application classifies email bodies as either "Safe Email" or "Phishing Email" using a pre-trained Hugging Face Transformers model.
16
 
17
 
18
  ## Usage
19
 
20
  1. **Enter the email body** you want to classify in the text input box.
21
  2. **Click the "Submit" button.**
22
+ 3. **The application will display "Safe Email" or "Phishing Email"** based on the model's prediction.
23
 
24
  ## Model
25