rwitz commited on
Commit
1fbf90c
·
verified ·
1 Parent(s): 2f12e92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -278,8 +278,7 @@ with gr.Blocks() as demo:
278
  gr.Markdown("## 🗣️ Chat directly with a model!")
279
 
280
  with gr.Row():
281
- model_dropdown = gr.Dropdown(choices=chatbots, label="🤖 Select a model")
282
- direct_chatbot = gr.Chatbot(label="💬 Direct Chat").style(height=500)
283
 
284
  with gr.Row():
285
  with gr.Column(scale=5):
 
278
  gr.Markdown("## 🗣️ Chat directly with a model!")
279
 
280
  with gr.Row():
281
+ model_dropdown = gr.Dropdown(choices=chatbots, value="rwitz/go-bruins-v2-lora", label="🤖 Select a model") direct_chatbot = gr.Chatbot(label="💬 Direct Chat").style(height=500)
 
282
 
283
  with gr.Row():
284
  with gr.Column(scale=5):