Gregoryjr commited on
Commit
d0fcf82
1 Parent(s): d90a15e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import AutoTokenizer, AutoModelForSequenceClassification
4
 
5
  st.title("Milestone #3 offensive statement prediction with pre-trained models")
6
  st.write("in this basic demo you can select a model to judge whether or not the text below is offensive and how it's offensive. the options are[toxic, severe_toxic, obscene, threat, insult, identity_hate]")
7
- text = "I Am going to attack you"
8
  st.write(text)
9
 
10
  options = ["Greys/milestonemodel"]
 
4
 
5
  st.title("Milestone #3 offensive statement prediction with pre-trained models")
6
  st.write("in this basic demo you can select a model to judge whether or not the text below is offensive and how it's offensive. the options are[toxic, severe_toxic, obscene, threat, insult, identity_hate]")
7
+ text = "I am going to mess you up"
8
  st.write(text)
9
 
10
  options = ["Greys/milestonemodel"]