pulkitmehtawork
commited on
Commit
•
7636a9e
1
Parent(s):
4043604
Fill mask modern bert
Browse files
app.py
CHANGED
@@ -20,7 +20,7 @@ def fill_mask(input_text):
|
|
20 |
iface = gr.Interface(
|
21 |
fn=fill_mask,
|
22 |
inputs="text",
|
23 |
-
outputs="
|
24 |
title="Mask Filling with ModernBERT",
|
25 |
description="Enter a sentence with a [MASK] token, and the model will predict the missing word.",
|
26 |
)
|
|
|
20 |
iface = gr.Interface(
|
21 |
fn=fill_mask,
|
22 |
inputs="text",
|
23 |
+
outputs="text",
|
24 |
title="Mask Filling with ModernBERT",
|
25 |
description="Enter a sentence with a [MASK] token, and the model will predict the missing word.",
|
26 |
)
|