SoDehghan commited on
Commit
c4cee66
1 Parent(s): f96d7c7

Update models/hsd_tr.py

Browse files
Files changed (1) hide show
  1. models/hsd_tr.py +3 -3
models/hsd_tr.py CHANGED
@@ -1,10 +1,10 @@
1
  import streamlit as st
2
- from transformers import pipeline
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"):
 
1
  import streamlit as st
2
+ #from transformers import pipeline
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"):