pramudyalyza commited on
Commit
e66f6cd
·
verified ·
1 Parent(s): 41e379d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
  import plotly.graph_objects as go
7
 
8
  # Load the sentiment analysis model
9
- pipe = pipeline("text-classification", model="pramudyalyza/bert-indonesian-finetuned-news-v2")
10
 
11
  # Function to process the keyword and get sentiment analysis
12
  def process_keyword(keyword):
 
6
  import plotly.graph_objects as go
7
 
8
  # Load the sentiment analysis model
9
+ pipe = pipeline("text-classification", model="pramudyalyza/bert-indonesian-finetuned-news")
10
 
11
  # Function to process the keyword and get sentiment analysis
12
  def process_keyword(keyword):