ashok2216 commited on
Commit
96cdd81
·
verified ·
1 Parent(s): 22d2c5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ 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")
 
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")