Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ ui = gr.Interface(
|
|
23 |
fn=spam_detection,
|
24 |
inputs=gr.Textbox(label="Enter a message:",info='Check spam or not spam msg',lines=5),
|
25 |
outputs="text",
|
26 |
-
|
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.
|
|
|
23 |
fn=spam_detection,
|
24 |
inputs=gr.Textbox(label="Enter a message:",info='Check spam or not spam msg',lines=5),
|
25 |
outputs="text",
|
26 |
+
|
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.
|