Vishnurak commited on
Commit
43dd020
1 Parent(s): 783d598

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("token-classification", model="distilbert-base-uncased")
5
  def main():
6
- st.title("Text classification")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text:')
 
3
 
4
  classifier = pipeline("token-classification", model="distilbert-base-uncased")
5
  def main():
6
+ st.title("Text Tokenization")
7
 
8
  with st.form("text_field"):
9
  text = st.text_area('enter some text:')