Spaces:
Sleeping
Sleeping
minor fix on changing the SEC expanded model path
Browse files
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/
|
| 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():
|