Shamane commited on
Commit
a329fdc
1 Parent(s): c6565a9

minor fix on changing the SEC expanded model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ with gr.Blocks() as demo:
78
  with gr.Column(scale=1):
79
  modify_system = gr.Button("🛠️ Set system prompt and clear history.", scale=2)
80
  system_state = gr.Textbox(value=default_system, visible=False)
81
- chatbot = gr.Chatbot(label='arcee-ai/Saul-Base-Calme-7B-Instruct-slerp')
82
  textbox = gr.Textbox(lines=2, label='Input')
83
 
84
  with gr.Row():
 
78
  with gr.Column(scale=1):
79
  modify_system = gr.Button("🛠️ Set system prompt and clear history.", scale=2)
80
  system_state = gr.Textbox(value=default_system, visible=False)
81
+ chatbot = gr.Chatbot(label='arcee-ai/Mistral-7B-Instruct-v0.2-expanded-sec-1.6B-tokens')
82
  textbox = gr.Textbox(lines=2, label='Input')
83
 
84
  with gr.Row():