Skip to content

Commit ef797d3

Browse files
committed
Upgrade Gradio
1 parent 689e68f commit ef797d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ def create_demo():
8383
state = gr.State({"context": None})
8484

8585
chatbot = gr.ChatInterface(
86-
type="messages",
8786
fn=chat_with_agent,
8887
additional_inputs=[state],
8988
chatbot=gr.Chatbot(),

0 commit comments

Comments
 (0)