JoanParanoid commited on
Commit
b5f889c
·
verified ·
1 Parent(s): 92354f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ def analyze_financial_news():
5
  access = "hf_"
6
  token = "hhbFNpjKohezoexWMlyPUpvJQLWlaFhJaa"
7
 
8
- # Load the text classification model pipeline
9
  classification = pipeline("text-classification", model="nickmuchi/finbert-tone-finetuned-finance-topic-classification", token=access+token)
10
  sentiment_analysis = pipeline("text-classification", model="JoanParanoid/FinNews_SentimentAnalysis_v2")
11
 
 
5
  access = "hf_"
6
  token = "hhbFNpjKohezoexWMlyPUpvJQLWlaFhJaa"
7
 
8
+ # Load the text classification model and finetuned model pipeline
9
  classification = pipeline("text-classification", model="nickmuchi/finbert-tone-finetuned-finance-topic-classification", token=access+token)
10
  sentiment_analysis = pipeline("text-classification", model="JoanParanoid/FinNews_SentimentAnalysis_v2")
11