File size: 100 Bytes
74ddeb3
 
07b45c5
1
2
3
import gradio as gr

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