Aomsin commited on
Commit
af1b615
·
1 Parent(s): 500764d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  classifier = pipeline("text-classification", model="xlm-roberta-large-finetuned-conll03-english")
5
  def main():
6
- st.title("Korea tokenize ")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text (Korea):')
 
3
 
4
  classifier = pipeline("text-classification", model="xlm-roberta-large-finetuned-conll03-english")
5
  def main():
6
+ st.title("Korea text classification ")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text (Korea):')