Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
109 |
label="Max Length",
|
110 |
render=False,
|
111 |
),
|
112 |
-
|
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 |
),
|