Spaces:
Sleeping
Sleeping
Update models/hsd_tr.py
Browse files- models/hsd_tr.py +1 -1
models/hsd_tr.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 in Turkish 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 in Turkish with HuggingFace Spaces")
|
14 |
st.write("Enter a sentence to detect its hateful:")
|
15 |
|
16 |
label_dict = {'LABEL_0': 'Hate', 'LABEL_1': 'Non-hate'}
|