Spaces:
Build error
Build error
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.
|