Shrey commited on
Commit
87b291b
·
1 Parent(s): 06be297

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,6 +56,6 @@ interface=gr.Interface(fn=unmask_words,inputs=[input_box,
56
  outputs=gr.outputs.Label(label="top words:"),
57
  examples=examples,
58
  theme="darkhuggingface",
59
- title="CC-Bert MLM",description=description)
60
 
61
  interface.launch()
 
56
  outputs=gr.outputs.Label(label="top words:"),
57
  examples=examples,
58
  theme="darkhuggingface",
59
+ title="CC-Bert MLM",description=description,allow_flagging=True)
60
 
61
  interface.launch()