ashok2216 commited on
Commit
d848e1a
·
verified ·
1 Parent(s): 08ea8eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -48,6 +48,10 @@ st.markdown("")
48
  st.markdown("")
49
  st.markdown("")
50
  st.markdown("")
 
 
 
 
51
  st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
52
 
53
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
 
48
  st.markdown("")
49
  st.markdown("")
50
  st.markdown("")
51
+ st.markdown("")
52
+ st.markdown("")
53
+ st.markdown("")
54
+ st.markdown("")
55
  st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
56
 
57
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")