Update app.py
Browse files
app.py
CHANGED
@@ -57,4 +57,4 @@ interface=gr.Interface(fn=unmask_words,inputs=[input_box,
|
|
57 |
examples=examples,
|
58 |
title="CC-Bert MLM",description=description)
|
59 |
|
60 |
-
interface.launch(
|
|
|
57 |
examples=examples,
|
58 |
title="CC-Bert MLM",description=description)
|
59 |
|
60 |
+
interface.launch()
|