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