SoDehghan commited on
Commit
414ee25
1 Parent(s): 2121f30

Update models/hsdtr.py

Browse files
Files changed (1) hide show
  1. models/hsdtr.py +2 -2
models/hsdtr.py CHANGED
@@ -3,8 +3,8 @@
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"):
 
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"):