baconnier commited on
Commit
5075e3a
1 Parent(s): 3331389

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -130,7 +130,7 @@ class GradioInterface:
130
  with gr.Row():
131
  apply_model = gr.Dropdown(
132
  [
133
- "meta-llama/Llama-2-70b-chat-hf",
134
  "tiiuae/falcon-180B",
135
  "bigscience/bloom",
136
  "EleutherAI/gpt-neox-20b",
@@ -141,7 +141,7 @@ class GradioInterface:
141
  "microsoft/phi-2",
142
  "THUDM/chatglm3-6b"
143
  ],
144
- value="meta-llama/Llama-2-70b-chat-hf",
145
  label="Choose Model"
146
  )
147
  apply_button = gr.Button("Apply Prompts")
 
130
  with gr.Row():
131
  apply_model = gr.Dropdown(
132
  [
133
+ "meta-llama/Meta-Llama-3-70B-Instruct",
134
  "tiiuae/falcon-180B",
135
  "bigscience/bloom",
136
  "EleutherAI/gpt-neox-20b",
 
141
  "microsoft/phi-2",
142
  "THUDM/chatglm3-6b"
143
  ],
144
+ value="meta-llama/Meta-Llama-3-70B-Instruct",
145
  label="Choose Model"
146
  )
147
  apply_button = gr.Button("Apply Prompts")