abidlabs's picture
abidlabs HF staff
Update app.py
9bba19f verified
raw
history blame contribute delete
No virus
126 Bytes
import gradio as gr
gr.Interface(lambda x,y,z:(x,y,z), ["audio", "video", "textbox"], ["audio", "video", "textbox"]).launch()