aliabd's picture
aliabd HF Staff
Upload folder using huggingface_hub
53ea1a2 verified
raw
history blame contribute delete
77 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()