UnarineLeo commited on
Commit
89763db
·
verified ·
1 Parent(s): 19c197e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ 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-sot-ven-170m
17
  st.write("This app predicts the missing word in a sentence using a Zabantu-sot-ven-170m model.")
18
 
19
  sample_sentences = ["Rabulasi wa <mask> u khou bvelela nga u lima,",
 
13
  def replace_mask(sentence, predicted_word):
14
  return sentence.replace("<mask>", predicted_word)
15
 
16
+ st.title("Fill Mask | Zabantu-sot-ven-170m")
17
  st.write("This app predicts the missing word in a sentence using a Zabantu-sot-ven-170m model.")
18
 
19
  sample_sentences = ["Rabulasi wa <mask> u khou bvelela nga u lima,",