yetessam commited on
Commit
ce31beb
·
verified ·
1 Parent(s): a3bef61

Fixing markdown link

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +2 -2
Gradio_UI.py CHANGED
@@ -279,11 +279,11 @@ class GradioUI:
279
  # Content Agent
280
 
281
 
282
- Content agent helps users classify text. It can be used to determining whether language
283
  is polite.
284
 
285
  * Checks text and classify whether or not it is polite, somewhat polite, neutral, and impolite.
286
- <pre> </pre>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.
287
 
288
  * Returns the current time if provided with a timezone.
289
 
 
279
  # Content Agent
280
 
281
 
282
+ Content agent helps users classify text. NLP library determines whether language
283
  is polite.
284
 
285
  * Checks text and classify whether or not it is polite, somewhat polite, neutral, and impolite.
286
+ <pre> </pre>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.
287
 
288
  * Returns the current time if provided with a timezone.
289