Spaces:
Runtime error
Runtime error
Commit
·
e73948b
1
Parent(s):
04b9234
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(share=
|
|
|
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(share=True)
|