ploysuay commited on
Commit
3b21e8a
1 Parent(s): 0e0f281

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="wikitext")
5
  def main():
6
  st.title("Yelp review")
7
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ classifier = pipeline("token-classification", model="Jean-Baptiste/camembert-ner")
5
  def main():
6
  st.title("Yelp review")
7