lukestanley commited on
Commit
ca6258e
·
1 Parent(s): 47a3557

Clarify ChillTranslator description

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -50,13 +50,14 @@ description = """
50
 
51
  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.
52
 
53
- ChillTranslator aims to help make online interactions more healthy and is now available to try directly below.
 
 
 
54
 
55
- - **Converts** text to less toxic variations
56
- - **Preserves original intent**, focusing on constructive dialogue
57
-
58
- Try out the ChillTranslator here, or check out the project on GitHub:
59
  [https://github.com/lukestanley/ChillTranslator](https://github.com/lukestanley/ChillTranslator)
 
60
 
61
  ## Contributing 🤝
62
 
 
50
 
51
  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.
52
 
53
+ ChillTranslator aims to help make online interactions more healthy.
54
+ It aims to:
55
+ - **Convert** text to less toxic variations
56
+ - **Preserve original intent**, focusing on constructive dialogue
57
 
58
+ The project is on GitHub:
 
 
 
59
  [https://github.com/lukestanley/ChillTranslator](https://github.com/lukestanley/ChillTranslator)
60
+ The repo is the same repo for the HuggingFace Space, the serverless worker, and the logic.
61
 
62
  ## Contributing 🤝
63