Update app.py
Browse files
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()
|