SoDehghan commited on
Commit
6576fbe
·
verified ·
1 Parent(s): 432d0c3

Update hsd_ar.py

Browse files
Files changed (1) hide show
  1. hsd_ar.py +1 -1
hsd_ar.py CHANGED
@@ -10,7 +10,7 @@ from transformers import pipeline
10
 
11
  sentiment_pipeline = pipeline(task = "text-classification", model = "gritli/bert-sentiment-analyses-imdb")
12
 
13
- st.title("Hate Speech Detection with HuggingFace Spaces")
14
  st.write("Enter a sentence to detect its hateful:")
15
 
16
  label_dict = {'LABEL_0': 'Hate', 'LABEL_1': 'Non-hate'}
 
10
 
11
  sentiment_pipeline = pipeline(task = "text-classification", model = "gritli/bert-sentiment-analyses-imdb")
12
 
13
+ #st.title("Hate Speech Detection with HuggingFace Spaces")
14
  st.write("Enter a sentence to detect its hateful:")
15
 
16
  label_dict = {'LABEL_0': 'Hate', 'LABEL_1': 'Non-hate'}