LinkLinkWu commited on
Commit
13eb032
·
verified ·
1 Parent(s): 0228682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ st.markdown("""
29
  """, unsafe_allow_html=True)
30
 
31
  # ----------- Model Setup -----------
32
- sentiment_model_id = "LinkLinkWu/Boss_Stock_News_Analysis"
33
  sentiment_tokenizer = AutoTokenizer.from_pretrained(sentiment_model_id)
34
  sentiment_model = AutoModelForSequenceClassification.from_pretrained(sentiment_model_id)
35
  sentiment_pipeline = pipeline("sentiment-analysis", model=sentiment_model, tokenizer=sentiment_tokenizer)
 
29
  """, unsafe_allow_html=True)
30
 
31
  # ----------- Model Setup -----------
32
+ sentiment_model_id = "LinkLinkWu/Stock_Analysis_Test_Ahamed"
33
  sentiment_tokenizer = AutoTokenizer.from_pretrained(sentiment_model_id)
34
  sentiment_model = AutoModelForSequenceClassification.from_pretrained(sentiment_model_id)
35
  sentiment_pipeline = pipeline("sentiment-analysis", model=sentiment_model, tokenizer=sentiment_tokenizer)