We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 689e68f commit ef797d3Copy full SHA for ef797d3
1 file changed
src/app.py
@@ -83,7 +83,6 @@ def create_demo():
83
state = gr.State({"context": None})
84
85
chatbot = gr.ChatInterface(
86
- type="messages",
87
fn=chat_with_agent,
88
additional_inputs=[state],
89
chatbot=gr.Chatbot(),
0 commit comments