Nattyboi commited on
Commit
8095bd1
·
1 Parent(s): 3614136
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,2 +1,6 @@
 
1
  import streamlit as st
 
 
 
2
  st.write("hiii")
 
1
+ from transformers import pipeline
2
  import streamlit as st
3
+ pipe = pipeline("sentiment-analysis")
4
+
5
+
6
  st.write("hiii")