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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -44,6 +44,10 @@ st.markdown(page_bg_img, unsafe_allow_html=True)
44
  # st.image("logo.png", width=200, height=200)
45
  st.image("logo.png", width=100)
46
  st.subheader(':darkblue[NLP HUB®]')
 
 
 
 
47
  st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
48
 
49
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
 
44
  # st.image("logo.png", width=200, height=200)
45
  st.image("logo.png", width=100)
46
  st.subheader(':darkblue[NLP HUB®]')
47
+ 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")