jwalanthi commited on
Commit
11ca206
·
1 Parent(s): e0240cd
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ demo = gr.Interface(
46
  inputs=[
47
  "text",
48
  "text",
49
- gr.Radio(["BERT"]),
50
  gr.Radio(["Binder", "McRae", "Buchanan"]),
51
  gr.Slider(0,12, step=1)
52
  ],
 
46
  inputs=[
47
  "text",
48
  "text",
49
+ gr.Radio(["BERT", "ALBERT"]),
50
  gr.Radio(["Binder", "McRae", "Buchanan"]),
51
  gr.Slider(0,12, step=1)
52
  ],