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