Update app.py
Browse files
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
|
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):
|