nornorr commited on
Commit
302c057
1 Parent(s): 5502b2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- classifier = pipeline("token-classification", model="bert")
5
  def main():
6
  st.title("Token classification")
7
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ classifier = pipeline("token-classification", model="vblagoje/bert-english-uncased-finetuned-pos")
5
  def main():
6
  st.title("Token classification")
7