vilarin commited on
Commit
420ea0a
·
verified ·
1 Parent(s): 99a7a45

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=CSS) as demo:
109
  label="Max Length",
110
  render=False,
111
  ),
112
- choice = gr.Radio(
113
  ["glm-4-9b-chat", "codegeex4-all-9b"],
114
  label="Load Model"
115
  ),
 
109
  label="Max Length",
110
  render=False,
111
  ),
112
+ gr.Radio(
113
  ["glm-4-9b-chat", "codegeex4-all-9b"],
114
  label="Load Model"
115
  ),