Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ st.markdown("""
|
|
29 |
""", unsafe_allow_html=True)
|
30 |
|
31 |
# ----------- Model Setup -----------
|
32 |
-
sentiment_model_id = "LinkLinkWu/
|
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)
|