mindmime's picture
Upload folder using huggingface_hub
a03b3ba verified
raw
history blame contribute delete
76 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()