Shrey commited on
Commit
06be297
·
1 Parent(s): 137b783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()