audio_component / app.py
aliabd's picture
aliabd HF Staff
Upload with huggingface_hub
542bae4
raw
history blame
80 Bytes
import gradio as gr
with gr.Blocks() as demo:
gr.Audio()
demo.launch()