ck37's picture
Update app.py
6e28361
raw
history blame contribute delete
188 Bytes
import streamlit 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")