FikriRiyadi commited on
Commit
0eb7d6f
·
verified ·
1 Parent(s): 09ca6a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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!"],