cychristophercyc commited on
Commit
37d3f08
1 Parent(s): 790395d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  def main():
5
- sentiment_pipeline = pipeline(model="dstefa/roberta-base_topic_classification_nyt_news")
6
 
7
  st.title("Sentiment Analysis with HuggingFace Spaces")
8
  st.write("Enter a sentence to analyze its sentiment:")
 
2
  from transformers import pipeline
3
 
4
  def main():
5
+ sentiment_pipeline = pipeline(model="cychristophercyc/Group12_trainmodel_v1")
6
 
7
  st.title("Sentiment Analysis with HuggingFace Spaces")
8
  st.write("Enter a sentence to analyze its sentiment:")