Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,16 +42,13 @@ right: 2rem;
|
|
| 42 |
"""
|
| 43 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
| 44 |
# st.image("logo.png", width=200, height=200)
|
| 45 |
-
st.image("logo.png", width=
|
| 46 |
st.subheader(':violet[NLP HUB®]')
|
| 47 |
st.markdown("")
|
| 48 |
st.markdown("")
|
| 49 |
st.markdown("")
|
| 50 |
st.markdown("")
|
| 51 |
-
|
| 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")
|
|
|
|
| 42 |
"""
|
| 43 |
st.markdown(page_bg_img, unsafe_allow_html=True)
|
| 44 |
# st.image("logo.png", width=200, height=200)
|
| 45 |
+
st.image("logo.png", width=80)
|
| 46 |
st.subheader(':violet[NLP HUB®]')
|
| 47 |
st.markdown("")
|
| 48 |
st.markdown("")
|
| 49 |
st.markdown("")
|
| 50 |
st.markdown("")
|
| 51 |
+
|
|
|
|
|
|
|
|
|
|
| 52 |
st.subheader('Amazon Sentiment Analysis using FineTuned :red[GPT-2] Pre-Trained Model')
|
| 53 |
|
| 54 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|