File size: 151 Bytes
569f3ff
 
 
 
 
74093a5
569f3ff
1
2
3
4
5
6
7
8
#!/usr/bin/env python

import gradio as gr

with gr.Blocks() as demo:
    audio = gr.Audio(source="microphone", type="filepath")
demo.queue().launch()