09a8157 d91ca05 466f1bb 09a8157
1
2
3
4
5
6
import gradio as gr demo = gr.Interface(lambda x:x, 'audio', 'audio') demo.launch()