Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|