Gregoryjr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
st.title("Milestone #2 offensive statement prediction with pre-trained models")
|
5 |
-
st.write("in
|
6 |
text = "The mail man looks dumb"
|
7 |
st.write(text)
|
8 |
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
st.title("Milestone #2 offensive statement prediction with pre-trained models")
|
5 |
+
st.write("in this basic demo you can select a model to judge whether or not the text below is offensive")
|
6 |
text = "The mail man looks dumb"
|
7 |
st.write(text)
|
8 |
|