Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ucberkeley-dlab
/
measuring-hate-speech
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
1b05be3
measuring-hate-speech
/
app.py
ck37
Create app.py
1b05be3
about 3 years ago
raw
Copy download link
history
blame
Safe
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"
)