Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from data_cleaning import preprocess
|
|
5 |
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=200, use_column_width=True, output_format="auto")
|
10 |
st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
|
11 |
|
|
|
5 |
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=200, use_column_width=True, output_format="auto")
|
10 |
st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
|
11 |
|