Spaces:
Runtime error
Runtime error
Commit
·
36cb189
1
Parent(s):
e73948b
Update app.py
Browse files
app.py
CHANGED
@@ -13,4 +13,4 @@ def fill_mask(sentence):
|
|
13 |
inputs = gr.inputs.Textbox(label="Enter a sentence with a masked word")
|
14 |
outputs = gr.outputs.Textbox(label="Predicted sequences")
|
15 |
|
16 |
-
gr.Interface(fn=fill_mask, inputs=inputs, outputs=outputs).launch(
|
|
|
13 |
inputs = gr.inputs.Textbox(label="Enter a sentence with a masked word")
|
14 |
outputs = gr.outputs.Textbox(label="Predicted sequences")
|
15 |
|
16 |
+
gr.Interface(fn=fill_mask, inputs=inputs, outputs=outputs).launch()
|