Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdd attribution
app.py
CHANGED
@@ -84,8 +84,8 @@ interface = gr.Interface(
|
|
84 |
gr.Textbox(label="Suggestion"),
|
85 |
gr.Textbox(label="Explanation")
|
86 |
],
|
87 |
-
title="
|
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 |
|