lg3394 commited on
Commit
718f06f
·
verified ·
1 Parent(s): 3298b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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__":