datasciencedojo commited on
Commit
9372e29
·
1 Parent(s): 8d57970

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 | Datascience Dojo", theme="light", examples=examples, css=css)
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()