piegoneer commited on
Commit ·
2d8e53d
1
Parent(s): 07c6972
added clarity on the description
Browse files
app.py
CHANGED
|
@@ -62,10 +62,10 @@ demo = gr.Interface(
|
|
| 62 |
),
|
| 63 |
title="🛡️ Secure PII Redaction Playground",
|
| 64 |
description=(
|
| 65 |
-
"Test our
|
| 66 |
-
"It scrubs Personally Identifiable Information entirely on CPU, making it perfect "
|
| 67 |
-
"for sanitizing data before sending it to third-party cloud LLMs."
|
| 68 |
-
"🔗 **[
|
| 69 |
),
|
| 70 |
article = (
|
| 71 |
"📧 **Please reach out if you have a question or feedback. We also do custom projects, consultating, freelance and collaboration:** [thieves@negativestarinnovators.com](mailto:thieves@negativestarinnovators.com)"
|
|
|
|
| 62 |
),
|
| 63 |
title="🛡️ Secure PII Redaction Playground",
|
| 64 |
description=(
|
| 65 |
+
"Test our highly efficient (90MB) PII detection model that is capable of running locally on your device. "
|
| 66 |
+
"It quickly scrubs Personally Identifiable Information entirely on CPU, making it perfect "
|
| 67 |
+
"for sanitizing data before sending it to third-party cloud LLMs and other parties."
|
| 68 |
+
"🔗 **[To get it running locally on your own device view the Model Weights on Hugging Face](https://huggingface.co/Negative-Star-Innovators/MiniLM-L6-finetuned-pii-detection)**"
|
| 69 |
),
|
| 70 |
article = (
|
| 71 |
"📧 **Please reach out if you have a question or feedback. We also do custom projects, consultating, freelance and collaboration:** [thieves@negativestarinnovators.com](mailto:thieves@negativestarinnovators.com)"
|