muneebashraf commited on
Commit
36cb189
·
1 Parent(s): e73948b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True)
 
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()