Update app.py
Browse files
app.py
CHANGED
@@ -193,6 +193,8 @@ with gr.Blocks(
|
|
193 |
"EleutherAI/pythia-intervention-410m-deduped",
|
194 |
"EleutherAI/gpt-neo-2.7B",
|
195 |
"EleutherAI/pythia-2.8b",
|
|
|
|
|
196 |
],
|
197 |
label="Model",
|
198 |
interactive=True,
|
|
|
193 |
"EleutherAI/pythia-intervention-410m-deduped",
|
194 |
"EleutherAI/gpt-neo-2.7B",
|
195 |
"EleutherAI/pythia-2.8b",
|
196 |
+
"mosaicml/mpt-30b-chat",
|
197 |
+
"THUDM/chatglm-6b",
|
198 |
],
|
199 |
label="Model",
|
200 |
interactive=True,
|