Shrey commited on
Commit
5a443db
·
1 Parent(s): 74354c5

better heading

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,6 +74,6 @@ interface=gr.Interface(fn=unmask_words,inputs=[input_box,
74
  outputs=[gr.outputs.Label(label="top words:"),gr.outputs.Label(label="top words eng-bert:")],
75
  examples=examples,
76
  theme="darkhuggingface",
77
- title="CC-Bert MLM",description=description,allow_flagging=True)
78
 
79
  interface.launch()
 
74
  outputs=[gr.outputs.Label(label="top words:"),gr.outputs.Label(label="top words eng-bert:")],
75
  examples=examples,
76
  theme="darkhuggingface",
77
+ title="Domain adapted pretraining (MLM)",description=description,allow_flagging=True)
78
 
79
  interface.launch()