robzchhangte commited on
Commit
01c0e5d
·
verified ·
1 Parent(s): 870c9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ examples = [["Chief Minister chuan, Bana Kaih Scheme a taka [MASK] a ni thei hna
38
  # Create a Gradio user interface
39
  my_interface = gr.Interface(
40
  title="MIZO Masked Language Model",
41
- description="This is a fine-tune version of mBERT using Mizo Corpus. It is not same with MizBERT model. To test the app you can find Mizo text here: https://dipr.mizoram.gov.in/category/mizo-press-releases",
42
  fn=fill_the_mask,
43
  inputs="text",
44
  examples=examples,
 
38
  # Create a Gradio user interface
39
  my_interface = gr.Interface(
40
  title="MIZO Masked Language Model",
41
+ description="This is a fine-tune version of mBERT using Mizo Corpus. To test the app you can find Mizo text here: https://dipr.mizoram.gov.in/category/mizo-press-releases",
42
  fn=fill_the_mask,
43
  inputs="text",
44
  examples=examples,