Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
live=True,
|
26 |
theme="huggingface",
|
27 |
title='π« Spam Message Detection π΅οΈββοΈ',
|
28 |
-
description="
|
29 |
Welcome to the Spam Message Detection appβa powerful demo designed for learning purposes. π This application employs advanced machine learning techniques to identify and flag spam messages with remarkable accuracy. π€ With a training set accuracy of 99.89% and a validation/test set accuracy of 98.39%, the model has been fine-tuned using a comprehensive dataset.
|
30 |
|
31 |
**π Key Features:**
|
@@ -40,7 +40,7 @@ iface = gr.Interface(
|
|
40 |
3. Receive instant feedback on whether the input message is classified as spam or not.
|
41 |
|
42 |
**π Note: **
|
43 |
-
This app is a demonstration and educational tool. It showcases the effectiveness of machine learning in identifying spam messages. Enjoy exploring the world of spam detection with our highly accurate model! π"
|
44 |
|
45 |
# Launch the app
|
46 |
iface.launch()
|
|
|
25 |
live=True,
|
26 |
theme="huggingface",
|
27 |
title='π« Spam Message Detection π΅οΈββοΈ',
|
28 |
+
description="""
|
29 |
Welcome to the Spam Message Detection appβa powerful demo designed for learning purposes. π This application employs advanced machine learning techniques to identify and flag spam messages with remarkable accuracy. π€ With a training set accuracy of 99.89% and a validation/test set accuracy of 98.39%, the model has been fine-tuned using a comprehensive dataset.
|
30 |
|
31 |
**π Key Features:**
|
|
|
40 |
3. Receive instant feedback on whether the input message is classified as spam or not.
|
41 |
|
42 |
**π Note: **
|
43 |
+
This app is a demonstration and educational tool. It showcases the effectiveness of machine learning in identifying spam messages. Enjoy exploring the world of spam detection with our highly accurate model! π"""
|
44 |
|
45 |
# Launch the app
|
46 |
iface.launch()
|