ashok2216 commited on
Commit
665760e
·
verified ·
1 Parent(s): 96cdd81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,8 +6,8 @@ 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=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")
 
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 :green[GPT-2] Pre-Trained Model')
12
 
13
  sentiment_model = pipeline(model="ashok2216/gpt2-amazon-sentiment-classifier")