Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -6,9 +6,9 @@ from transformers import pipeline
|
|
6 |
from data_integration import scrape_all_pages
|
7 |
|
8 |
# st.image("logo.png", width=200, height=200)
|
9 |
-
st.image("logo.png", width=
|
10 |
st.subheader(':blue[NLP HUB®]')
|
11 |
-
st.header('Amazon Sentiment Analysis using FineTuned :
|
12 |
|
13 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
14 |
# Example usage:-
|
|
|
6 |
from data_integration import scrape_all_pages
|
7 |
|
8 |
# st.image("logo.png", width=200, height=200)
|
9 |
+
st.image("logo.png", width=150)
|
10 |
st.subheader(':blue[NLP HUB®]')
|
11 |
+
st.header('Amazon Sentiment Analysis using FineTuned :green[GPT-2] Pre-Trained Model')
|
12 |
|
13 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
14 |
# Example usage:-
|