import gradio as gr demo = gr.Interface(lambda x:x, 'audio', 'audio') demo.launch()