Spaces:
Sleeping
Sleeping
Rename models/hsd_r.py to models/hsd_tr.py
Browse files
models/{hsd_r.py β hsd_tr.py}
RENAMED
@@ -3,8 +3,8 @@ import streamlit as st
|
|
3 |
|
4 |
# Turkish
|
5 |
#sentiment_pipeline_tr = pipeline(task = "text-classification", model = "SoDehghan/BERTurk-hate-speech") # "gritli/bert-sentiment-analyses-imdb"
|
6 |
-
|
7 |
-
|
8 |
|
9 |
#tr_input = st.text_area("Enter your text here:", height=50, key="tr_input") #height=30
|
10 |
#if st.button("Click for predictions!", key="tr_predict"):
|
|
|
3 |
|
4 |
# Turkish
|
5 |
#sentiment_pipeline_tr = pipeline(task = "text-classification", model = "SoDehghan/BERTurk-hate-speech") # "gritli/bert-sentiment-analyses-imdb"
|
6 |
+
header_tr = r"$\textsf{\scriptsize HSD in Turkish}$"
|
7 |
+
st.subheader(header_tr)
|
8 |
|
9 |
#tr_input = st.text_area("Enter your text here:", height=50, key="tr_input") #height=30
|
10 |
#if st.button("Click for predictions!", key="tr_predict"):
|