piegoneer commited on
Commit ·
eb70d23
1
Parent(s): 6813cf3
corrected error by introducting contact us
Browse files
app.py
CHANGED
|
@@ -68,8 +68,8 @@ demo = gr.Interface(
|
|
| 68 |
"🔗 **[View the Model Weights on Hugging Face](https://huggingface.co/Negative-Star-Innovators/MiniLM-L6-finetuned-pii-detection)**"
|
| 69 |
),
|
| 70 |
article_text = (
|
| 71 |
-
"📧 **Please reach out if you have a question or feedback. We also do consultating, freelance and collaboration:** [thieves@negativestarinnovators.com](mailto:thieves@negativestarinnovators.com)"
|
| 72 |
-
)
|
| 73 |
examples=[
|
| 74 |
["John Doe's routing number is 123456789 and his email is john.doe@email.com."],
|
| 75 |
["Please update the shipping address for Jane Smith to 123 Secure Lane. Her phone number is 555-0198."],
|
|
|
|
| 68 |
"🔗 **[View the Model Weights on Hugging Face](https://huggingface.co/Negative-Star-Innovators/MiniLM-L6-finetuned-pii-detection)**"
|
| 69 |
),
|
| 70 |
article_text = (
|
| 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)"
|
| 72 |
+
),
|
| 73 |
examples=[
|
| 74 |
["John Doe's routing number is 123456789 and his email is john.doe@email.com."],
|
| 75 |
["Please update the shipping address for Jane Smith to 123 Secure Lane. Her phone number is 555-0198."],
|