Gregoryjr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
st.title("Milestone #2")
|
5 |
text = st.text_input("Enter a statement")
|
6 |
|
7 |
options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive"]
|
|
|
1 |
import streamlit as st
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
st.title("Milestone #2 offensive statement prediction")
|
5 |
text = st.text_input("Enter a statement")
|
6 |
|
7 |
options = ["zero-shot-classification", "cardiffnlp/twitter-roberta-base-offensive"]
|