You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Gradio v5 changed required function signature for inference function from tuples of (human, ai) message to flat list of messages. This was not caught by the automated testing because AFAICT the Gradio python client doesn't provide a way to send multiple messages to create a conversation.
0 commit comments