erin99 commited on
Commit
24158aa
1 Parent(s): b1ef7f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ demo = gr.Interface(
33
  [
34
  gr.Textbox(label='code 1'),
35
  gr.Textbox(label='code 2'),
36
- gr.CheckboxGroup(["UAE-Code-Large-V1", "UAE-Large-V1"], value="UAE-Code-Large-V1", label="model"),
37
  ],
38
  "text",
39
  examples=[
 
33
  [
34
  gr.Textbox(label='code 1'),
35
  gr.Textbox(label='code 2'),
36
+ gr.Radio(["UAE-Code-Large-V1", "UAE-Large-V1"], label="model", value="UAE-Code-Large-V1"),
37
  ],
38
  "text",
39
  examples=[