Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|