ashok2216 commited on
Commit
22d2c5b
·
verified ·
1 Parent(s): 9c07abc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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=100)
10
  st.subheader(':blue[NLP HUB®]')
11
- st.header('Amazon Sentiment Analysis using FineTuned :blue[GPT-2] Pre-Trained Model')
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:-