abidlabs's picture
abidlabs HF Staff
Create app.py
74ddeb3 verified
raw
history blame
94 Bytes
import gradio as gr
gr.Interface(lambda x:x, ["audio", "video"], ["audio", "video"]).launch()