Spaces:
Runtime error
Runtime error
File size: 189 Bytes
1b05be3 |
1 2 3 4 5 6 7 8 9 |
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") |