aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
8c9426d
raw
history blame
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()