imtng commited on
Commit
cf5e945
1 Parent(s): cb1ec50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
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
+ from transformers import pipeline
3
 
4
  title = st.text_input('Movie title', 'Life of Brian')
5
  #st.write('The current movie title is', title)