xnetba commited on
Commit
c0582f2
·
1 Parent(s): 0647964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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,