Spaces:
Sleeping
Sleeping
lukestanley
commited on
Commit
•
2a1f022
1
Parent(s):
de2b038
Explain data use in Gradio app
Browse files
app.py
CHANGED
@@ -38,6 +38,7 @@ examples = [
|
|
38 |
]
|
39 |
|
40 |
description = """This is an early experimental tool aimed at helping reduce online toxicity by automatically ➡️ transforming 🌶️ spicy or toxic comments into constructive, ❤️ kinder dialogues using AI and large language models.
|
|
|
41 |
|
42 |
ChillTranslator aims to help make online interactions more healthy, with a tool to **convert** text to less toxic variations, **preserve original intent**, focusing on constructive dialogue.
|
43 |
The project is on GitHub:
|
@@ -46,6 +47,7 @@ The repo is the same repo for the HuggingFace Space, the serverless worker, and
|
|
46 |
|
47 |
Contributions are very welcome! Especially pull requests, free API credits.
|
48 |
Help make the internet a kinder place, one comment at a time. Your contribution could make a big difference!
|
|
|
49 |
"""
|
50 |
|
51 |
from chill import improvement_loop
|
|
|
38 |
]
|
39 |
|
40 |
description = """This is an early experimental tool aimed at helping reduce online toxicity by automatically ➡️ transforming 🌶️ spicy or toxic comments into constructive, ❤️ kinder dialogues using AI and large language models.
|
41 |
+
Input and outputs may be used to train a faster model, by using this, you must agree that the input text is owned by you and that you're okay with it being used to help make an AI model that makes kinder comments!
|
42 |
|
43 |
ChillTranslator aims to help make online interactions more healthy, with a tool to **convert** text to less toxic variations, **preserve original intent**, focusing on constructive dialogue.
|
44 |
The project is on GitHub:
|
|
|
47 |
|
48 |
Contributions are very welcome! Especially pull requests, free API credits.
|
49 |
Help make the internet a kinder place, one comment at a time. Your contribution could make a big difference!
|
50 |
+
Thank you!
|
51 |
"""
|
52 |
|
53 |
from chill import improvement_loop
|