abidlabs's picture
abidlabs HF staff
Update app.py
07b45c5 verified
raw
history blame
100 Bytes
import gradio as gr
gr.Interface(lambda x,y:(x,y), ["audio", "video"], ["audio", "video"]).launch()