imtng commited on
Commit
cdf4c5e
1 Parent(s): 8a4eca5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,4 +1,7 @@
1
  import streamlit as st
2
 
3
  title = st.text_input('Movie title', 'Life of Brian')
4
- st.write('The current movie title is', title)
 
 
 
 
1
  import streamlit as st
2
 
3
  title = st.text_input('Movie title', 'Life of Brian')
4
+ st.write('The current movie title is', title)
5
+
6
+ pipe = pipeline(model="imtng/bert-cased-yelp")
7
+ st.write(pipe("This restaurant is awesome"))