import gradio as gr gr.Interface(lambda x,y,z:(x,y,z), ["audio", "video", "textbox"], ["audio", "video", "textbox"]).launch()