Spaces:
Sleeping
Sleeping
De-standardize examples
Browse files
app.py
CHANGED
@@ -68,8 +68,8 @@ demo = gr.Interface(
|
|
68 |
title="Bayes or Spam?",
|
69 |
description="Choose and configure your model, and predict if your email is a spam! 📨<br>COMING SOON: NN and LLM models.",
|
70 |
examples=[
|
71 |
-
[BAYES, False, DEFAULT_INTR_THRESHOLD, "
|
72 |
-
[BAYES, False, DEFAULT_INTR_THRESHOLD, nerissa_email := "
|
73 |
[BAYES, True, DEFAULT_INTR_THRESHOLD, nerissa_email],
|
74 |
],
|
75 |
article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",
|
|
|
68 |
title="Bayes or Spam?",
|
69 |
description="Choose and configure your model, and predict if your email is a spam! 📨<br>COMING SOON: NN and LLM models.",
|
70 |
examples=[
|
71 |
+
[BAYES, False, DEFAULT_INTR_THRESHOLD, "Enron actuals for June 26, 2000"],
|
72 |
+
[BAYES, False, DEFAULT_INTR_THRESHOLD, nerissa_email := "Stop the aging clock\nNerissa"],
|
73 |
[BAYES, True, DEFAULT_INTR_THRESHOLD, nerissa_email],
|
74 |
],
|
75 |
article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",
|