yetessam commited on
Commit
1c3642d
·
verified ·
1 Parent(s): 1d70844

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +5 -3
Gradio_UI.py CHANGED
@@ -278,10 +278,12 @@ class GradioUI:
278
  """
279
  # Content Agent
280
 
281
- This content agent can check text and classify whether or not it is polite, somewhat polite, neutral, and impolite.
282
- [Uses Intel's new NLP model Polite Guard](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Introducing-Intel-s-new-NLP-model-Polite-Guard/post/1664135)
 
 
283
 
284
- It can also return the current time if you provide your timezone in 12 hr AM/PM format.
285
 
286
  """
287
  )
 
278
  """
279
  # Content Agent
280
 
281
+ Content agent is an AI agent whose primary use case is to classifiy language.
282
+
283
+ * Checks text and classify whether or not it is polite, somewhat polite, neutral, and impolite.
284
+ Uses Intel's [Polite Guard](https://community.intel.com/t5/Blogs/Tech-Innovation/Artificial-Intelligence-AI/Introducing-Intel-s-new-NLP-model-Polite-Guard/post/1664135) NLP model.
285
 
286
+ * Returns the current time if provided with a timezone.
287
 
288
  """
289
  )