Spaces:
Sleeping
Sleeping
Commit
Β·
4a8ce3f
1
Parent(s):
093e935
Update app.py
Browse files
app.py
CHANGED
@@ -225,7 +225,7 @@ with gr.Blocks() as demo:
|
|
225 |
welcome_message = gr.HTML(WELCOME_TEXT, visible=False)
|
226 |
with gr.Row(visible=False) as options:
|
227 |
with gr.Column():
|
228 |
-
model_list = gr.CheckboxGroup(["Llama2
|
229 |
cot = gr.Checkbox(label="CoT", info="Do you want to use CoT for inference?")
|
230 |
with gr.Column() as inputbox:
|
231 |
API_KEY = gr.Textbox(label="OpenAI API Key", value="", info="Please fill in your OpenAI API token.", placeholder="sk..", type="password")
|
|
|
225 |
welcome_message = gr.HTML(WELCOME_TEXT, visible=False)
|
226 |
with gr.Row(visible=False) as options:
|
227 |
with gr.Column():
|
228 |
+
model_list = gr.CheckboxGroup(["Llama2", "Llama2-Chat", "Vicuna", "Falcon", "Falcon-Instruct", "WizardLM", "Orca"], label="Model Selection", info="Choose 3 LMs to participate in LLM Agora.", type="value")
|
229 |
cot = gr.Checkbox(label="CoT", info="Do you want to use CoT for inference?")
|
230 |
with gr.Column() as inputbox:
|
231 |
API_KEY = gr.Textbox(label="OpenAI API Key", value="", info="Please fill in your OpenAI API token.", placeholder="sk..", type="password")
|