kl08 commited on
Commit
77c0ad3
1 Parent(s): 2fe7d6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import gradio as gr
3
  gr.load(
4
  name="JanSt/albert-base-v2_mbti-classification",
5
  src="models",
6
- title="Toxic comment detection",
7
- description="Say if the prompt is toxic or not.",
8
  article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-comments-detection) that this demo is based off of.",
9
  examples=[["""Let's focus on how we can use our talents and resources to make a positive difference -- I believe in everyone's potential to make a meaningful contribution."""],
10
  ["""Let's step back and consider the broad perspective — I'm sure we can identify the best path forward if we focus on the bigger picture."""],
 
3
  gr.load(
4
  name="JanSt/albert-base-v2_mbti-classification",
5
  src="models",
6
+ title="Personality Detection",
7
+ description="Personality Detection is an app designed to help you understand yourself and others better with the help of psychometrics. Simply write a prompt or upload a document containing text that the app will analyze using Natural Language Processing (NLP) techniques to detect meaningful patterns in language and gain insights into the personality of the document/writer. After analyzing the text, Personality Detection presents the users with an analysis of their personality traits based on the Myers-Briggs Type Indicator Model. This app can be useful for identifying one's strengths and weaknesses, increasing self-awareness, and understanding how to interact with others more effectively. With Personality Detection, you can gain a better understanding of yourself and others!",
8
  article="Check out the [model repo](https://huggingface.co/tillschwoerer/roberta-base-finetuned-toxic-comments-detection) that this demo is based off of.",
9
  examples=[["""Let's focus on how we can use our talents and resources to make a positive difference -- I believe in everyone's potential to make a meaningful contribution."""],
10
  ["""Let's step back and consider the broad perspective — I'm sure we can identify the best path forward if we focus on the bigger picture."""],