File size: 188 Bytes
6e28361
1b05be3
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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")