Pravincoder commited on
Commit
5054dd4
Β·
verified Β·
1 Parent(s): ab6dbd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- live=True,
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.