Gradio for live voice conversation
I’m struggling to set up gradio for my live voice assitant, the user and the system are supposed to talk to each other continuosly kinda like siri but i don’t know what to use for inputs and outputs variables
`conversation_interface = gr.Interface(
fn=voice_assistant,
inputs=gr.inputs.Microphone(label=”Speak Here”),