UnarineLeo commited on
Commit
1146910
1 Parent(s): e05c7c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ def fill_mask(sentences):
13
  def replace_mask(sentence, predicted_word):
14
  return sentence.replace("<mask>", predicted_word)
15
 
16
- st.title("Fill Mask | Zabantu-nso-ven-120m")
17
- st.write("This app predicts the missing word in a sentence using a Zabantu-nso-ven-120m model.")
18
 
19
  sample_sentences = ["Rabulasi wa <mask> u khou bvelela nga u lima,",
20
  "Vhana vhane vha kha ḓi bva u bebwa vha kha khombo ya u <mask> nga Listeriosis"]
 
13
  def replace_mask(sentence, predicted_word):
14
  return sentence.replace("<mask>", predicted_word)
15
 
16
+ st.title("Fill Mask | Zabantu-ven-120m")
17
+ st.write("This app predicts the missing word in a sentence using a Zabantu-ven-120m model.")
18
 
19
  sample_sentences = ["Rabulasi wa <mask> u khou bvelela nga u lima,",
20
  "Vhana vhane vha kha ḓi bva u bebwa vha kha khombo ya u <mask> nga Listeriosis"]