Spaces:
Running
Running
Update README.md
Browse files
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 "
|
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 "
|
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 |
|