Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ gr.Interface(
|
|
10 |
fn=classify,
|
11 |
inputs=gr.Textbox(lines=4, placeholder="Masukkan teks cyberbullying..."),
|
12 |
outputs=gr.Label(label="Prediksi Cyberbullying", num_top_classes=12),
|
13 |
-
title="Deteksi Cyberbullying Multi-Label 🇮🇩",
|
14 |
description="Model IndoBERT + BiLSTM dengan threshold ROC-AUC. Menampilkan 12 label klasifikasi multi-label teks bahasa Indonesia.",
|
15 |
examples=[
|
16 |
["Dasar kamu goblok dan gak punya otak!"],
|
|
|
10 |
fn=classify,
|
11 |
inputs=gr.Textbox(lines=4, placeholder="Masukkan teks cyberbullying..."),
|
12 |
outputs=gr.Label(label="Prediksi Cyberbullying", num_top_classes=12),
|
13 |
+
title="💬 Deteksi Cyberbullying Multi-Label 🇮🇩",
|
14 |
description="Model IndoBERT + BiLSTM dengan threshold ROC-AUC. Menampilkan 12 label klasifikasi multi-label teks bahasa Indonesia.",
|
15 |
examples=[
|
16 |
["Dasar kamu goblok dan gak punya otak!"],
|