abidlabs's picture
abidlabs HF Staff
Create app.py
884a3d8 verified
raw
history blame
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()