ck37's picture
Create app.py
1b05be3
raw
history blame
189 Bytes
import streamlist as st
# TODO: load model from our HuggingFace model hub:
"ucberkeley-dlab/hate-measure-roberta-large"
text = st.text_area("Enter text here")
if text:
print("Predict")