Spaces:
Sleeping
Sleeping
Fix article wording
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ demo = gr.Interface(
|
|
| 15 |
examples=[
|
| 16 |
["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
|
| 17 |
],
|
| 18 |
-
article="This is a demo of the models in [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam)",
|
| 19 |
)
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|
|
|
|
| 15 |
examples=[
|
| 16 |
["spam-rate", "revision #1 - hpl noms for november 3, 2000 (see attached file: hplnl 103.xls) - hplnl 103.xls"],
|
| 17 |
],
|
| 18 |
+
article="This is a demo of the models in the [Bayes or Spam?](https://github.com/tbitai/bayes-or-spam) project.",
|
| 19 |
)
|
| 20 |
|
| 21 |
if __name__ == "__main__":
|