Spaces:
Sleeping
Sleeping
Link to HF collection
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ demo = gr.Interface(
|
|
106 |
],
|
107 |
outputs=[gr.Number(label="Spam probability")],
|
108 |
title="Bayes or Spam?",
|
109 |
-
description="Choose your model, and predict if your email is a spam!
|
110 |
examples=[
|
111 |
[BAYES, enron_email := "Enron actuals for June 26, 2000", False, DEFAULT_INTR_THRESHOLD],
|
112 |
[BAYES, nerissa_email := "Stop the aging clock\nNerissa", False, DEFAULT_INTR_THRESHOLD],
|
|
|
106 |
],
|
107 |
outputs=[gr.Number(label="Spam probability")],
|
108 |
title="Bayes or Spam?",
|
109 |
+
description="Choose your model, and predict if your email is a spam! 📨<br>Learn more about the models [here](https://huggingface.co/collections/tbitai/bayes-or-spam-6700033fa145e298ec849249).",
|
110 |
examples=[
|
111 |
[BAYES, enron_email := "Enron actuals for June 26, 2000", False, DEFAULT_INTR_THRESHOLD],
|
112 |
[BAYES, nerissa_email := "Stop the aging clock\nNerissa", False, DEFAULT_INTR_THRESHOLD],
|