test version
Browse files
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="
|
| 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="CC-Bert MLM",description=description,allow_flagging=True)
|
| 78 |
|
| 79 |
interface.launch()
|