Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 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,
|