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