Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,8 @@ right: 2rem;
|
|
44 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
45 |
# st.image("logo.png", width=200, height=200)
|
46 |
st.image("logo.png", width=100)
|
47 |
-
st.subheader(':
|
48 |
-
st.
|
49 |
|
50 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
51 |
# Example usage:-
|
|
|
44 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
45 |
# st.image("logo.png", width=200, height=200)
|
46 |
st.image("logo.png", width=100)
|
47 |
+
st.subheader(':darkblue[NLP HUB®]')
|
48 |
+
st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
|
49 |
|
50 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
51 |
# Example usage:-
|