Cartinoe5930 commited on
Commit
4a8ce3f
Β·
1 Parent(s): 093e935

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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πŸ¦™", "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")
 
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")