jwalanthi commited on
Commit
63c7e9c
·
1 Parent(s): ef7044d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,8 +45,8 @@ demo = gr.Interface(
45
  "text",
46
  "text",
47
  gr.Radio(["BERT"]),
48
- gr.Radio("Binder", "McRae", "Buchanan"),
49
- gr.Slider(0,12)
50
  ],
51
  outputs=["text"],
52
  )
 
45
  "text",
46
  "text",
47
  gr.Radio(["BERT"]),
48
+ gr.Radio(["Binder", "McRae", "Buchanan"]),
49
+ gr.Slider(0,12, step=1)
50
  ],
51
  outputs=["text"],
52
  )