Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,7 @@ from data_cleaning import preprocess
|
|
5 |
from transformers import pipeline
|
6 |
from data_integration import scrape_all_pages
|
7 |
|
|
|
8 |
st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
|
9 |
|
10 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|
|
|
5 |
from transformers import pipeline
|
6 |
from data_integration import scrape_all_pages
|
7 |
|
8 |
+
st.set_logo("logo.png")
|
9 |
st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
|
10 |
|
11 |
sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")
|