Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,7 @@ interface=gr.Interface(fn=unmask_words,inputs=[input_box,
|
|
| 55 |
gr.inputs.Slider(1,10,1,5,label="No of Suggestions:")],
|
| 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()
|
|
|
|
| 55 |
gr.inputs.Slider(1,10,1,5,label="No of Suggestions:")],
|
| 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()
|