File size: 126 Bytes
74ddeb3
 
9bba19f
1
2
3
import gradio as gr

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