Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -124,8 +124,8 @@ iface = gr.Interface(
|
|
124 |
gr.Textbox(label="Microsoft Azure"),
|
125 |
gr.Textbox(label="Toxic BERT")
|
126 |
],
|
127 |
-
title="Content Moderation Tool",
|
128 |
-
description="Enter some text and get the moderation results from OpenAI, Anthropic, Azure Content Safety, and Toxic BERT."
|
129 |
)
|
130 |
|
131 |
if __name__ == "__main__":
|
|
|
124 |
gr.Textbox(label="Microsoft Azure"),
|
125 |
gr.Textbox(label="Toxic BERT")
|
126 |
],
|
127 |
+
title="Content Moderation Model Comparison Tool",
|
128 |
+
description="Enter some text and get the moderation results from OpenAI, Anthropic/Claude, Microsoft Azure Content Safety, and Toxic BERT."
|
129 |
)
|
130 |
|
131 |
if __name__ == "__main__":
|