abidlabs's picture
abidlabs HF Staff
Update app.py
ac748ac verified
raw
history blame
72 Bytes
import gradio as gr
gr.Interface(lambda x:x, "audio", "audio").launch()