Spaces:
Runtime error
Runtime error
Commit ·
9372e29
1
Parent(s): 8d57970
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,5 +80,5 @@ footer {display:none !important}
|
|
| 80 |
|
| 81 |
"""
|
| 82 |
|
| 83 |
-
demo = gr.Interface(fn=fill_mask, inputs=gr.Textbox(lines=1, label="Input"), outputs=gr.Label(label="Output"),title="Fill Mask |
|
| 84 |
demo.launch()
|
|
|
|
| 80 |
|
| 81 |
"""
|
| 82 |
|
| 83 |
+
demo = gr.Interface(fn=fill_mask, inputs=gr.Textbox(lines=1, label="Input"), outputs=gr.Label(label="Output"),title="Fill Mask | Data Science Dojo", theme="light", examples=examples, css=css)
|
| 84 |
demo.launch()
|