piegoneer commited on
Commit ·
ef42238
1
Parent(s): 2d8e53d
removed model link due to hugging face not allowing people to open links
Browse files
app.py
CHANGED
|
@@ -65,7 +65,6 @@ demo = gr.Interface(
|
|
| 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)"
|
|
|
|
| 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 |
),
|
| 69 |
article = (
|
| 70 |
"📧 **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)"
|