Spaces:
Sleeping
Sleeping
Commit ·
988d809
1
Parent(s): ff5bd2e
commit
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ ner_model = pipeline(
|
|
| 14 |
|
| 15 |
topic_model = pipeline(
|
| 16 |
"text-classification",
|
| 17 |
-
model="
|
| 18 |
)
|
| 19 |
|
| 20 |
TOPIC_LABELS = [
|
|
|
|
| 14 |
|
| 15 |
topic_model = pipeline(
|
| 16 |
"text-classification",
|
| 17 |
+
model="YagiASAFAS/indonesia-news-classification-bert"
|
| 18 |
)
|
| 19 |
|
| 20 |
TOPIC_LABELS = [
|