Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -112,6 +112,7 @@ with gr.Blocks(title="LeCarnet - Chat Interface") as demo:
|
|
112 |
bubble_full_width=False,
|
113 |
height=500
|
114 |
)
|
|
|
115 |
|
116 |
model_selector.change(fn=update_model, inputs=[model_selector], outputs=[])
|
117 |
msg_input.submit(fn=user, inputs=[msg_input, chatbot], outputs=[msg_input, chatbot], queue=False).then(
|
|
|
112 |
bubble_full_width=False,
|
113 |
height=500
|
114 |
)
|
115 |
+
msg_input
|
116 |
|
117 |
model_selector.change(fn=update_model, inputs=[model_selector], outputs=[])
|
118 |
msg_input.submit(fn=user, inputs=[msg_input, chatbot], outputs=[msg_input, chatbot], queue=False).then(
|