audio-test / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
7a8a5d9
raw
history blame
72 Bytes
import gradio as gr
gr.Interface(lambda x:x, "audio", "audio").launch()