toastlightning commited on
Commit
8530e92
·
verified ·
1 Parent(s): 4cb1441

Update app.py

Browse files

Add attribution

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -84,8 +84,8 @@ interface = gr.Interface(
84
  gr.Textbox(label="Suggestion"),
85
  gr.Textbox(label="Explanation")
86
  ],
87
- title="Nuanced Bias and Microaggression Detection",
88
- description="Analyze text for nuanced bias categories such as implicit hate, explicit hate, or white grievance, and detect microaggressions to provide suggestions for improvement."
89
  )
90
 
91
 
 
84
  gr.Textbox(label="Suggestion"),
85
  gr.Textbox(label="Explanation")
86
  ],
87
+ title="Proofreading for Implicit Bias, Microagressions - inital model test",
88
+ description="Analyze text for nuanced bias categories such as implicit hate, explicit hate, or white grievance, and detect microaggressions to provide suggestions for improvement - step 1: prompt testing. Credit to https://huggingface.co/BenjaminOcampo"
89
  )
90
 
91