Spaces:
Runtime error
Runtime error
changed placeholder
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
|
46 |
user_input = st.text_input(
|
47 |
f"Insert a sentence to predict with a {MASK_TOKEN} token // Masukkan kalimat untuk diisi dengan token {MASK_TOKEN}",
|
48 |
-
value=f"
|
49 |
)
|
50 |
|
51 |
mlm_model = "flax-community/indonesian-roberta-base"
|
|
|
45 |
|
46 |
user_input = st.text_input(
|
47 |
f"Insert a sentence to predict with a {MASK_TOKEN} token // Masukkan kalimat untuk diisi dengan token {MASK_TOKEN}",
|
48 |
+
value=f"Gila! Hari ini aku {MASK_TOKEN} banget..",
|
49 |
)
|
50 |
|
51 |
mlm_model = "flax-community/indonesian-roberta-base"
|