Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ tokenizer = AutoTokenizer.from_pretrained(pretrained)
|
|
17 |
sentiment_analysis = pipeline("sentiment-analysis", model=model, tokenizer=tokenizer)
|
18 |
label_index = {'LABEL_0': 'positive', 'LABEL_1': 'neutral', 'LABEL_2': 'negative'}
|
19 |
|
20 |
-
st.title("Youtube Comment Sentimen Analisis")
|
21 |
st.write("Program ini akan menganalisis komentar dalam sebuah video di youtube menggunakan sentiment analysis, tidak termasuk komentar dalam komentar dan khusus untuk komentar bahasa indonesia")
|
22 |
|
23 |
# Input URL video
|
|
|
17 |
sentiment_analysis = pipeline("sentiment-analysis", model=model, tokenizer=tokenizer)
|
18 |
label_index = {'LABEL_0': 'positive', 'LABEL_1': 'neutral', 'LABEL_2': 'negative'}
|
19 |
|
20 |
+
st.title("Youtube Comment Sentimen Analisis Indonesia")
|
21 |
st.write("Program ini akan menganalisis komentar dalam sebuah video di youtube menggunakan sentiment analysis, tidak termasuk komentar dalam komentar dan khusus untuk komentar bahasa indonesia")
|
22 |
|
23 |
# Input URL video
|